]> granicus.if.org Git - python/commit
Fix OSError.__init__ and OSError.__new__ so that each of them can be
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 15 Dec 2011 13:31:28 +0000 (14:31 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 15 Dec 2011 13:31:28 +0000 (14:31 +0100)
commite0e2735f4169d3663df3bdbe062c7764e3510e57
tree1eb03bc3725f6f3fdea2b083945d5e2ee6def412
parentd73a9acb633883a713fe63dbe67b36b3bddec902
Fix OSError.__init__ and OSError.__new__ so that each of them can be
overriden and take additional arguments (followup to issue #12555).
Lib/test/test_pep3151.py
Misc/NEWS
Objects/exceptions.c