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.stin...@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

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to