]> granicus.if.org Git - python/commit
Bug #1566800: make sure that EnvironmentError can be called with any
authorGeorg Brandl <georg@python.org>
Sat, 30 Sep 2006 09:03:45 +0000 (09:03 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 30 Sep 2006 09:03:45 +0000 (09:03 +0000)
commit506cc189a97a468180ee18e4c4cd1b4e81242222
treed89db2831faf617dba4844248d5cd75f6c40241d
parentaf4337a0173d8ae9117b3c82c814ab2b9e635b35
Bug #1566800: make sure that EnvironmentError can be called with any
number of arguments, as was the case in Python 2.4.
 (backport from rev. 52061)
Lib/test/test_exceptions.py
Misc/NEWS
Objects/exceptions.c