]> granicus.if.org Git - python/commit
Refactor if/elif chain for clarity and speed. Remove dependency on subclasses having...
authorRaymond Hettinger <python@rcn.com>
Tue, 15 Jan 2008 20:52:42 +0000 (20:52 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 15 Jan 2008 20:52:42 +0000 (20:52 +0000)
commitf59e962b494905796d5f0e74e7a97274c04ff19f
treee4baf3c6730fa9077163e722f91ae682cad5e6d0
parentcad3724352562a3a9b951b30c0b98b8f40c09dcf
Refactor if/elif chain for clarity and speed.  Remove dependency on subclasses having to implement _empty and _full.
Doc/library/collections.rst
Lib/Queue.py