]> granicus.if.org Git - python/commit
in ftp cache pruning, avoid changing the size of a dict while iterating over it ...
authorBenjamin Peterson <benjamin@python.org>
Sat, 7 Jun 2014 22:08:04 +0000 (15:08 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sat, 7 Jun 2014 22:08:04 +0000 (15:08 -0700)
commit3c2dca67ac9cdc26fb02473e05723486ffc8d52b
treeced412c7a55dc74fd737020c8d101507e52a9da4
parent4bb09c843240afd0c3f3d502f411c01e585ad08d
in ftp cache pruning, avoid changing the size of a dict while iterating over it (closes #21463)

Patch by Skyler Leigh Amador.
Lib/test/test_urllib.py
Lib/urllib/request.py
Misc/ACKS
Misc/NEWS