Skip to content

Feature: 'telnetlib' is removed in Python 3.13 #130

@lyscf

Description

@lyscf

In Python 3.13, the 'telnetlib' module has been removed, which causes parts of the project that depend on this module to fail to run.

Detailed Information

Python Version: 3.13

Error Message:

File "C:\tplmap\core\checks.py", line 25, in <module>
    from telnetlib import Telnet
ModuleNotFoundError: No module named 'telnetlib'

Refer Link

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions