]> granicus.if.org Git - python/commit
As discussed on python-dev, add a mechanism to indicate features
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 29 May 2002 15:54:55 +0000 (15:54 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 29 May 2002 15:54:55 +0000 (15:54 +0000)
commitd68f5171ebb2f3404548c846523e9e43308a4130
treee04245cfbfd036be2c9f8b30c09459ddbbe27710
parente85ee8d815ed5fa3cbbc2770cd09bcbaf605182c
As discussed on python-dev, add a mechanism to indicate features
that are in the process of deprecation (PendingDeprecationWarning).
Docs could be improved.
Doc/lib/libexcs.tex
Doc/tut/tut.tex
Doc/whatsnew/whatsnew23.tex
Include/pyerrors.h
Lib/warnings.py
Misc/NEWS
Python/exceptions.c