[Python-checkins] python/dist/src/Include pyerrors.h,2.56,2.57
bwarsaw@users.sourceforge.net
bwarsaw@users.sourceforge.net
Wed, 14 Aug 2002 08:51:30 -0700
Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv32164/Include
Modified Files:
pyerrors.h
Log Message:
Added a FutureWarning for constructs that will change semantically in
the future. Changed PEP 237 hex constant warnings from
DeprecationWarning to FutureWarning. Updated the documentation.
Index: pyerrors.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pyerrors.h,v
retrieving revision 2.56
retrieving revision 2.57
diff -C2 -d -r2.56 -r2.57
*** pyerrors.h 12 Aug 2002 07:21:57 -0000 2.56
--- pyerrors.h 14 Aug 2002 15:51:28 -0000 2.57
***************
*** 71,74 ****
--- 71,75 ----
PyAPI_DATA(PyObject *) PyExc_OverflowWarning;
PyAPI_DATA(PyObject *) PyExc_RuntimeWarning;
+ PyAPI_DATA(PyObject *) PyExc_FutureWarning;