]> granicus.if.org Git - python/commit
PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 12 Oct 2011 00:54:14 +0000 (02:54 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 12 Oct 2011 00:54:14 +0000 (02:54 +0200)
commit6b4883dec0b7f6c5ede45dca861f5dc0e4ff2be7
treee731290ba41ff9208385bebbe402282ecbbd682f
parent983b1434bda1819864fb5d82248f249358a4c22d
PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.
21 files changed:
Include/pyerrors.h
Lib/_pyio.py
Lib/multiprocessing/connection.py
Lib/test/exception_hierarchy.txt
Lib/test/test_concurrent_futures.py
Lib/test/test_exceptions.py
Lib/test/test_http_cookiejar.py
Lib/test/test_io.py
Lib/test/test_mmap.py
Lib/test/test_pep3151.py [new file with mode: 0644]
Lib/test/test_xml_etree.py
Lib/urllib/request.py
Misc/NEWS
Modules/_io/_iomodule.c
Modules/_io/_iomodule.h
Modules/_io/bufferedio.c
Modules/mmapmodule.c
Modules/selectmodule.c
Modules/socketmodule.c
Objects/exceptions.c
Python/errors.c