]> granicus.if.org Git - python/commit
Close #19266: contextlib.ignore -> contextlib.suppress
authorNick Coghlan <ncoghlan@gmail.com>
Thu, 17 Oct 2013 13:40:57 +0000 (23:40 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Thu, 17 Oct 2013 13:40:57 +0000 (23:40 +1000)
commit240f86d7ddbeb3800d39a6d2e6e7a7d1f0c49799
treeec61711162ebf82864716dee27119461c312ba58
parent1eb509a585c402faa76da85095f1bdae5cd54ef2
Close #19266: contextlib.ignore -> contextlib.suppress

Patch by Zero Piraeus.
Doc/library/contextlib.rst
Doc/whatsnew/3.4.rst
Lib/contextlib.py
Lib/test/test_contextlib.py
Misc/ACKS
Misc/NEWS