On Mon, 08 Nov 2010 17:02:24 +0100, <mer...@netwok.org> wrote: > If there is no enormous difficulty in maintaining compatibility, I think > the usual deprecation process should be followed. We donât know who is > using pydoc as a library, so letâs play safe and not risk breaking their > code (especially considering that it must not have been easy to write > code extending pydoc :). > > BTW, doesnât the process start with PendingDeprecationWarnings, then > DeprecationWarnings?
No, PendingDeprecationWarning was something used when we wanted a default-silent deprecation warning for a while before doing an actual deprecation. Now that deprecation warnings are silent by default we'll probably never need PendingDeprecationWarning ever again :) --David
_______________________________________________ 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