[issue20973] Implement proper comparison operations for in _TotalOrderingMixin in ipaddres module.

2014-03-18 Thread Auke Willem Oosterhoff
New submission from Auke Willem Oosterhoff: The comparison methods of _TotalOrderingMixin don't have nice implementation. Some of them raises a NotImplementedError. A few aren't covered in the tests. The comment suggests that these methods has been implemented this way because of i

[issue20973] Implement proper comparison operations for in _TotalOrderingMixin in ipaddress module.

2014-03-18 Thread Auke Willem Oosterhoff
Changes by Auke Willem Oosterhoff : -- title: Implement proper comparison operations for in _TotalOrderingMixin in ipaddres module. -> Implement proper comparison operations for in _TotalOrderingMixin in ipaddress module. ___ Python tracker &l

[issue20993] Quicklink to PEPs is wrong.

2014-03-20 Thread Auke Willem Oosterhoff
New submission from Auke Willem Oosterhoff: Quicklink[1] to PEPs points to the old page which doesn't exists anymore. Patch provided with correct link. [1]:http://docs.python.org/devguide/#quick-links -- components: Devguide files: index.patch keywords: patch messages: 214202

[issue21640] References to other Python version in sidebar of documentation index is not up to date

2014-06-02 Thread Auke Willem Oosterhoff
Changes by Auke Willem Oosterhoff : Added file: http://bugs.python.org/file35452/python_3.1.patch ___ Python tracker <http://bugs.python.org/issue21640> ___ ___ Python-bug

[issue21640] References to other Python version in sidebar of documentation index is not up to date

2014-06-02 Thread Auke Willem Oosterhoff
Changes by Auke Willem Oosterhoff : Added file: http://bugs.python.org/file35455/python_3.3.patch ___ Python tracker <http://bugs.python.org/issue21640> ___ ___ Python-bug

[issue21640] References to other Python version in sidebar of documentation index is not up to date

2014-06-02 Thread Auke Willem Oosterhoff
Changes by Auke Willem Oosterhoff : Added file: http://bugs.python.org/file35454/python_3.2.patch ___ Python tracker <http://bugs.python.org/issue21640> ___ ___ Python-bug

[issue21640] References to other Python version in sidebar of documentation index is not up to date

2014-06-02 Thread Auke Willem Oosterhoff
Changes by Auke Willem Oosterhoff : Added file: http://bugs.python.org/file35456/python_3.4.patch ___ Python tracker <http://bugs.python.org/issue21640> ___ ___ Python-bug

[issue21640] References to other Python version in sidebar of documentation index is not up to date

2014-06-02 Thread Auke Willem Oosterhoff
Changes by Auke Willem Oosterhoff : Added file: http://bugs.python.org/file35453/python_3.2.patch ___ Python tracker <http://bugs.python.org/issue21640> ___ ___ Python-bug

[issue21640] References to other Python version in sidebar of documentation index is not up to date

2014-06-02 Thread Auke Willem Oosterhoff
Changes by Auke Willem Oosterhoff : -- assignee: docs@python components: Documentation files: python_2.7.patch keywords: patch nosy: OrangeTux, docs@python priority: normal severity: normal status: open title: References to other Python version in sidebar of documentation index is not

[issue21640] References to other Python version in sidebar of documentation index is not up to date

2014-06-02 Thread Auke Willem Oosterhoff
New submission from Auke Willem Oosterhoff: Most version of the documentation are labeling Python 3.4 as 'in development' and missing reference to Python 3.5. -- Added file: http://bugs.python.org/file35457/python_3.5.patch ___ Python trac

[issue20892] Typo in howto/pyporting.rst

2014-03-11 Thread Auke Willem Oosterhoff
New submission from Auke Willem Oosterhoff: Somewere around the paragraph 'Projects to Consider'[1]: "...level library for suppoting Python 2 &...". Obviously this should be: "...level library for supporting Python 2 &...". [1]:http://docs.python.or