]> granicus.if.org Git - python/commit
Added a FutureWarning for constructs that will change semantically in
authorBarry Warsaw <barry@python.org>
Wed, 14 Aug 2002 15:51:29 +0000 (15:51 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 14 Aug 2002 15:51:29 +0000 (15:51 +0000)
commit9f00739551e0ebef1c337f5640703f63abc4657e
treead20bde1545c7b7f0c23939c013712f73542a836
parent31d2df5b60a20e43e3a8e23bc1cb8cebc41c96e4
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.
Include/pyerrors.h
Python/compile.c
Python/exceptions.c