]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)
authorNikita Sobolev <mail@sobolevn.me>
Fri, 23 Dec 2022 20:17:24 +0000 (23:17 +0300)
committerGitHub <noreply@github.com>
Fri, 23 Dec 2022 20:17:24 +0000 (14:17 -0600)
commit745545b5bb847023f90505bf9caa983463413780
tree1b6db7fc6c92542ac9bc56769524ee26ce9eb10e
parentc5726b727e26b81a267933654cf26b760a90d9aa
gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)
20 files changed:
Doc/whatsnew/3.12.rst
Lib/copy.py
Lib/pickle.py
Lib/platform.py
Lib/site.py
Lib/test/support/__init__.py
Lib/test/support/os_helper.py
Lib/test/test___all__.py
Lib/test/test_codeop.py
Lib/test/test_exceptions.py
Lib/test/test_import/__init__.py
Lib/test/test_platform.py
Lib/test/test_strftime.py
Lib/test/test_unicode.py
Lib/types.py
Lib/unittest/loader.py
Lib/xml/sax/__init__.py
Lib/xml/sax/_exceptions.py
Lib/xml/sax/expatreader.py
Misc/NEWS.d/next/Library/2022-11-14-19-58-36.gh-issue-99482.XmZyUr.rst [new file with mode: 0644]