[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 awoosterh...@gmail.com:


Added file: http://bugs.python.org/file35452/python_3.1.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21640
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 awoosterh...@gmail.com:


Added file: http://bugs.python.org/file35455/python_3.3.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21640
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 awoosterh...@gmail.com:


Added file: http://bugs.python.org/file35454/python_3.2.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21640
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 awoosterh...@gmail.com:


Added file: http://bugs.python.org/file35456/python_3.4.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21640
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 awoosterh...@gmail.com:


Added file: http://bugs.python.org/file35453/python_3.2.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21640
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 awoosterh...@gmail.com:


--
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 up to date
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file35451/python_2.7.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21640
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 tracker rep...@bugs.python.org
http://bugs.python.org/issue21640
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
nosy: OrangeTux, ezio.melotti
priority: normal
severity: normal
status: open
title: Quicklink to PEPs is wrong.
versions: Python 3.5
Added file: http://bugs.python.org/file34530/index.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20993
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 issue 10042 which has been fixed. 

[1]:http://hg.python.org/cpython/file/f8b40d33e45d/Lib/ipaddress.py#l396
[2]:http://bugs.python.org/issue10042

--
components: Library (Lib)
messages: 214017
nosy: OrangeTux, ncoghlan
priority: normal
severity: normal
status: open
title: Implement proper comparison operations for in _TotalOrderingMixin in 
ipaddres module.
type: enhancement
versions: Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20973
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-03-18 Thread Auke Willem Oosterhoff

Changes by Auke Willem Oosterhoff awoosterh...@gmail.com:


--
title: Implement proper comparison operations for in _TotalOrderingMixin in 
ipaddres module. - Implement proper comparison operations for in 
_TotalOrderingMixin in ipaddress module.

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20973
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.org/3.4/howto/pyporting.html#projects-to-consider

--
assignee: docs@python
components: Documentation
messages: 213162
nosy: OrangeTux, docs@python
priority: normal
severity: normal
status: open
title: Typo in howto/pyporting.rst
versions: Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20892
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com