[Python-3000-checkins] r60206 - in python/branches/py3k: Doc/library/functions.rst Doc/library/itertools.rst Lib/heapq.py Lib/test/test_builtin.py Lib/test/test_iter.py Lib/test/test_itertools.py Misc

2008-01-22 Thread raymond.hettinger
Author: raymond.hettinger Date: Wed Jan 23 00:25:35 2008 New Revision: 60206 Modified: python/branches/py3k/Doc/library/functions.rst python/branches/py3k/Doc/library/itertools.rst python/branches/py3k/Lib/heapq.py python/branches/py3k/Lib/test/test_builtin.py python/branches/py3k/L

Re: [Python-3000-checkins] r60206 - in python/branches/py3k: Doc/library/functions.rst Doc/library/itertools.rst Lib/heapq.py Lib/test/test_builtin.py Lib/test/test_iter.py Lib/test/test_itertools.py

2008-01-22 Thread Guido van Rossum
On Jan 22, 2008 3:25 PM, raymond.hettinger wrote: > Author: raymond.hettinger > Date: Wed Jan 23 00:25:35 2008 > New Revision: 60206 > > Modified: >python/branches/py3k/Doc/library/functions.rst >python/branches/py3k/Doc/library/itertools.rst >python/branches/py3k/Lib/heapq.py >pyt