]> 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:42 +0000 (09:03 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 30 Sep 2006 09:03:42 +0000 (09:03 +0000)
commit3267d28f9db6f5594167f6262d8882b31542dccf
tree794617ae49f01a8f577a896e80d165b63a6de141
parent5d59c0983431b0b7d3929dd2851b00e20e1d8c15
Bug #1566800: make sure that EnvironmentError can be called with any
number of arguments, as was the case in Python 2.4.
Lib/test/test_exceptions.py
Misc/NEWS
Objects/exceptions.c