New submission from Jim Jewett <jimjjew...@gmail.com>:

http://hg.python.org/cpython/file/tip/Lib/collections/__init__.py#l37 states 
that the prev/next links are weakref proxies; as of 
http://hg.python.org/cpython/diff/3977dc349ae7/Lib/collections.py this is no 
longer true of the next links.  

It could be fixed by changing

# The prev/next links are weakref proxies (to prevent circular references).

to 

# The prev links are weakref proxies (to prevent circular references).

----------
components: Library (Lib)
files: collections_init.patch
keywords: patch
messages: 151996
nosy: Jim.Jewett
priority: normal
severity: normal
status: open
title: false comment in collections/__init__.py ordered dict
Added file: http://bugs.python.org/file24326/collections_init.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13870>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to