[Python-checkins] python/nondist/peps pep-0293.txt,1.4,1.5
doerwalter@users.sourceforge.net
doerwalter@users.sourceforge.net
Thu, 25 Jul 2002 06:30:30 -0700
Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv4556
Modified Files:
pep-0293.txt
Log Message:
Add another compatiblity issue: illegal "errors" values
will raise a different exception.
Index: pep-0293.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0293.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pep-0293.txt 25 Jul 2002 13:23:29 -0000 1.4
--- pep-0293.txt 25 Jul 2002 13:30:28 -0000 1.5
***************
*** 390,393 ****
--- 390,396 ----
should not be a problem in practice.
+ Illegal values for the errors argument raised ValueError before,
+ now they will raise LookupError.
+
References