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 berker.peksag, docs@python, orsenthil
Date 2017-01-07.05:49:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483768195.47.0.481112354487.issue29189@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed this while taking a look at urllib docs for issue 29182. Indentation of prompt_user_passwd() is broken and it looks like it's part of the note directive: https://docs.python.org/2/library/urllib.html#urllib.FancyURLopener.prompt_user_passwd

Python 3 version renders fine: https://docs.python.org/3/library/urllib.request.html#urllib.request.FancyURLopener.prompt_user_passwd

Here is a patch.
History
Date User Action Args
2017-01-07 05:49:55berker.peksagsetrecipients: + berker.peksag, orsenthil, docs@python
2017-01-07 05:49:55berker.peksagsetmessageid: <1483768195.47.0.481112354487.issue29189@psf.upfronthosting.co.za>
2017-01-07 05:49:55berker.peksaglinkissue29189 messages
2017-01-07 05:49:54berker.peksagcreate