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 wrwrwr
Recipients docs@python, r.david.murray, wrwrwr
Date 2014-12-12.23:35:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418427302.41.0.671036714488.issue23040@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, that's right and better, as it doesn't replicate the safe explanation.

I've just noticed another small one, the docstring for quote() [2] says:
"encoding must not be specified if string is a str" -- that should be "... is a bytes".

[2] https://hg.python.org/cpython/file/default/Lib/urllib/parse.py#l690
History
Date User Action Args
2014-12-12 23:35:02wrwrwrsetrecipients: + wrwrwr, r.david.murray, docs@python
2014-12-12 23:35:02wrwrwrsetmessageid: <1418427302.41.0.671036714488.issue23040@psf.upfronthosting.co.za>
2014-12-12 23:35:02wrwrwrlinkissue23040 messages
2014-12-12 23:35:02wrwrwrcreate