[issue44314] [doc] SSLContext.set_ciphers() link to OpenSSL cipher list format is outdated
New submission from Chris Mayo : Current link is: https://www.openssl.org/docs/manmaster/man1/ciphers.html Manual page entries without the 'openssl-' prefix have been deprecated, and this link is now directed to a generic page for openssl cmd. Suggest an update to: https://www.openssl.org/docs/manmaster/man1/openssl-ciphers.html#CIPHER-LIST-FORMAT Currently at: https://github.com/python/cpython/blame/main/Doc/library/ssl.rst#L1680 -- assignee: docs@python components: Documentation messages: 395108 nosy: cjmayo, docs@python priority: normal severity: normal status: open title: [doc] SSLContext.set_ciphers() link to OpenSSL cipher list format is outdated versions: Python 3.9 ___ Python tracker <https://bugs.python.org/issue44314> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue16214] 2to3 does not remove exceptions import
New submission from Chris Mayo: Create file a.py: #!/usr/bin/python import exceptions and run: 2to3 a.py ... RefactoringTool: No files need to be modified. Issue 2350 is marked as closed but this is still present for me in 2to3 of Python 2.7, 3.2 and 3.3. -- components: 2to3 (2.x to 3.x conversion tool) messages: 172770 nosy: cjmayo priority: normal severity: normal status: open title: 2to3 does not remove exceptions import versions: Python 2.7, Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue16214> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue2350] 'exceptions' import fixer
Changes by Chris Mayo : -- nosy: +cjmayo ___ Python tracker <http://bugs.python.org/issue2350> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue25170] 3.4.4, 3.4.5, 3.5.0, 3.5.1, 3.5.2 documentation archives missing
Changes by Chris Mayo : -- nosy: +cjmayo ___ Python tracker <http://bugs.python.org/issue25170> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue27226] distutils: unable to compile both .opt-1.pyc and .opt2.pyc simultaneously
Changes by Chris Mayo : -- nosy: +cjmayo ___ Python tracker <http://bugs.python.org/issue27226> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue11588] Add "necessarily inclusive" groups to argparse
Changes by Chris Mayo : -- nosy: +cjmayo ___ Python tracker <http://bugs.python.org/issue11588> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com