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
Changes by Chris Mayo :
--
nosy: +cjmayo
___
Python tracker
<http://bugs.python.org/issue27226>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Mayo :
--
nosy: +cjmayo
___
Python tracker
<http://bugs.python.org/issue25170>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Mayo :
--
nosy: +cjmayo
___
Python tracker
<http://bugs.python.org/issue11588>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Mayo :
--
nosy: +cjmayo
___
Python tracker
<http://bugs.python.org/issue2350>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
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