]> granicus.if.org Git - python/commit
Use get() instead of pop() for the optimized version of _replace().
authorRaymond Hettinger <python@rcn.com>
Mon, 7 Jan 2008 20:56:05 +0000 (20:56 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 7 Jan 2008 20:56:05 +0000 (20:56 +0000)
commitf5e8af1bb7e375e86298ae7a4ee5b6c3e8a22db4
tree8cbfe6aeb3e8a39c55ab396035cec41bb0d13720
parentfb3ced663dc321310cb319a1b9fcf3d7b7b1deae
Use get() instead of pop() for the optimized version of _replace().
Doc/library/collections.rst
Lib/collections.py