[Python-checkins] python/dist/src/Doc/lib libexcs.tex,1.53,1.54

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Wed Aug 25 04:14:39 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22424/Doc/lib

Modified Files:
	libexcs.tex 
Log Message:
Stop producing or using OverflowWarning.  PEP 237 thought this would
happen in 2.3, but nobody noticed it still was getting generated (the
warning was disabled by default).  OverflowWarning and
PyExc_OverflowWarning should be removed for 2.5, and left notes all over
saying so.


Index: libexcs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libexcs.tex,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- libexcs.tex	4 Aug 2003 08:33:50 -0000	1.53
+++ libexcs.tex	25 Aug 2004 02:14:06 -0000	1.54
@@ -460,7 +460,7 @@
 	  +-- DeprecationWarning
 	  +-- PendingDeprecationWarning
 	  +-- SyntaxWarning
-	  +-- OverflowWarning
+	  +-- OverflowWarning (not generated in 2.4; won't exist in 2.5)
 	  +-- RuntimeWarning
 	  +-- FutureWarning
 \end{verbatim}



More information about the Python-checkins mailing list