[Python-Dev] [Python-checkins] cpython: Issue #12452: Plist and Dict are now deprecated (original) (raw)

Victor Stinner victor.stinner at haypocalc.com
Tue Jul 5 23:41:22 CEST 2011


Le mardi 05 juillet 2011 à 07:59 -0400, Eric Smith a écrit :

On 7/4/2011 8:28 AM, victor.stinner wrote: > http://hg.python.org/cpython/rev/4f14050a963f > changeset: 71194:4f14050a963f > user: Victor Stinner <victor.stinner at haypocalc.com> > date: Mon Jul 04 14:28:45 2011 +0200 > summary: > Issue #12452: Plist and Dict are now deprecated > > Replace PendingDeprecationWarning warnings by DeprecationWarning.

Shouldn't this be in MISC/News, be accompanied by documentation changes, and have tests?

Plist and Dict were never documented (in Doc/library/plistlib.rst). These classes have no test.

You mean that I should add an entry to Misc/NEWS saying that these classe are now deprecated? Should I also mention the deprecation to the "What's new in Python 3.3?" document?

Victor



More information about the Python-Dev mailing list