Message253274
| 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. |
|