[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.

[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 ___