diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-01-09 17:10:57 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-01-09 19:33:39 -0500 |
commit | 5c4b311b6951dbfcca1206d10bcbdef1a8dda219 (patch) | |
tree | 778bc94c951bb629f0b8893dca7926310c280bb1 /sites | |
parent | defe76d8e324b6d8a1ee2a04f153b17a9c3a56c7 (diff) |
Make py3compat drop its own changelog entry, and nix the file itself
NOTE: imports not fixed yet so this will break CI!
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 0c4ee192..52b68056 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,13 @@ Changelog ========= +- :support:`-` Remove the now irrelevant ``paramiko.py3compat`` module. + + .. warning:: + This change is backwards incompatible if you were importing anything from + this module. Such references should be easily search-and-replaced with + their modern Python 3.6+ equivalents. + - :support:`-` Drop support for Python versions less than 3.6, including Python 2. So long and thanks for all the fish! @@ -11,11 +18,6 @@ Changelog ``python_requires``, so this should not cause breakage unless you're on an old installation method that can't read this metadata. - .. warning:: - As part of this change, ``paramiko.py3compat`` has been entirely removed. - Any methods you were using from that module should be easily - search-and-replaced with their modern Python 3.6+ equivalents as necessary. - - :release:`2.12.0 <2022-11-04>` - :feature:`2125` (also re: :issue:`2054`) Add a ``transport_factory`` kwarg to `SSHClient.connect <paramiko.client.SSHClient.connect>` for advanced |