mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
c1aff93df8
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 |
||
---|---|---|
.. | ||
mozrunner | ||
tests | ||
setup.cfg | ||
setup.py |