This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients Nan Wu, berker.peksag, docs@python, ezio.melotti, guettli, martin.panter
Date 2015-10-21.03:17:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445397465.25.0.0613366410162.issue25017@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch.

I think we can move the Python 3 part of the patch to a new note directive (similar to the example in httplib documentation: https://docs.python.org/2/library/httplib.html)

For example:

.. deprecated:: 2.6
   Use :mode:`HTMLParser` instead.

.. note::
   The :mod:`htmllib` module has been removed in Python 3.  Use :mod:`html.parser` (equivalent of :mode:`HTMLParser`) instead.
History
Date User Action Args
2015-10-21 03:17:45berker.peksagsetrecipients: + berker.peksag, guettli, ezio.melotti, docs@python, martin.panter, Nan Wu
2015-10-21 03:17:45berker.peksagsetmessageid: <1445397465.25.0.0613366410162.issue25017@psf.upfronthosting.co.za>
2015-10-21 03:17:45berker.peksaglinkissue25017 messages
2015-10-21 03:17:44berker.peksagcreate