[issue44314] [doc] SSLContext.set_ciphers() link to OpenSSL cipher list format is outdated

2021-06-04 Thread Chris Mayo
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.o

[issue27226] distutils: unable to compile both .opt-1.pyc and .opt2.pyc simultaneously

2016-07-24 Thread Chris Mayo
Changes by Chris Mayo : -- nosy: +cjmayo ___ Python tracker <http://bugs.python.org/issue27226> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25170] 3.4.4, 3.4.5, 3.5.0, 3.5.1, 3.5.2 documentation archives missing

2016-07-24 Thread Chris Mayo
Changes by Chris Mayo : -- nosy: +cjmayo ___ Python tracker <http://bugs.python.org/issue25170> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11588] Add "necessarily inclusive" groups to argparse

2015-12-22 Thread Chris Mayo
Changes by Chris Mayo : -- nosy: +cjmayo ___ Python tracker <http://bugs.python.org/issue11588> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2350] 'exceptions' import fixer

2012-10-20 Thread Chris Mayo
Changes by Chris Mayo : -- nosy: +cjmayo ___ Python tracker <http://bugs.python.org/issue2350> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue16214] 2to3 does not remove exceptions import

2012-10-12 Thread Chris Mayo
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