]> granicus.if.org Git - python/commit
Issue #16261: Converted some bare except statements to except statements
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 20 May 2015 07:33:40 +0000 (10:33 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 20 May 2015 07:33:40 +0000 (10:33 +0300)
commitba9ac5b5c42a9bba54942211a3b00a1c3ce7bb23
tree84491ee8c5be973ab45551b7319bb71416946827
parent492f0277933fd5714762a99ec99fd7f97d99866a
Issue #16261: Converted some bare except statements to except statements
with specified exception type.  Original patch by Ramchandra Apte.
Lib/functools.py
Lib/ipaddress.py
Lib/uuid.py
Mac/BuildScript/build-installer.py
Tools/demo/ss1.py
Tools/scripts/eptags.py
Tools/unicode/gencodec.py