gecko-dev/testing/mozbase/mozrunner
Rob Wu c1aff93df8 Bug 1929535 - Vendor telnetlib.py r=jmaher,jgraham
telnetlib.py was removed from Python 3.13, but we still depend on its
functionality. This patch imports the original standard library from
https://github.com/python/cpython/blob/3.12/Lib/telnetlib.py

The only changes are:
- Prepend comments at start to attribute source.
- Prepend fmt/noqa/ruff to suppress linting by black/ruff, to avoid
  non-critical modifications.
- Remove `warnings._deprecated(__name__, remove=(3, 13))` call to
  avoid a deprecation warning when loading the module.

Differential Revision: https://phabricator.services.mozilla.com/D228052
2024-11-08 17:55:02 +00:00
..
mozrunner Bug 1929535 - Vendor telnetlib.py r=jmaher,jgraham 2024-11-08 17:55:02 +00:00
tests
setup.cfg
setup.py Bug 1929535 - Vendor telnetlib.py r=jmaher,jgraham 2024-11-08 17:55:02 +00:00