mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
8f8db14bb0
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79522 | ezio.melotti | 2010-03-31 10:26:24 +0300 (Wed, 31 Mar 2010) | 1 line Revert r79179 and merge r75584 to explain how to implement a queue using collection.deque instead of a list. ........