[issue13870] false comment in collections/__init__.py ordered dict

2012-01-25 Thread Jim Jewett

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



[issue13870] false comment in collections/__init__.py ordered dict

2012-01-25 Thread Raymond Hettinger

Changes by Raymond Hettinger raymond.hettin...@gmail.com:


--
assignee:  - rhettinger
nosy: +rhettinger
priority: normal - low

___
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