Re: [Python-Dev] [Python-checkins] cpython: Issue #12452: Plist and Dict are now deprecated
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@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
Plist and Dict were never documented (in Doc/library/plistlib.rst). These classes have no test.
Ouch!
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?
Yes. I think this should make it into a "What's new" document, usually via Misc/NEWS. Thanks. Eric.
participants (2)
-
Eric Smith -
Victor Stinner