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 Ouaouaron
Recipients Ouaouaron, docs@python
Date 2014-05-12.23:37:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399937850.38.0.349005624478.issue21488@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation page for codecs (https://docs.python.org/2/library/codecs.html) shows keyword arguments for codecs.encode and codecs.decode, but they throw an error if keyword arguments are used. codecs.decode.__doc__ reports 'decode(obj, [encoding[,errors]]) -> object.

This happens on both 2.7.6 and 3.4.0.
History
Date User Action Args
2014-05-12 23:37:30Ouaouaronsetrecipients: + Ouaouaron, docs@python
2014-05-12 23:37:30Ouaouaronsetmessageid: <1399937850.38.0.349005624478.issue21488@psf.upfronthosting.co.za>
2014-05-12 23:37:30Ouaouaronlinkissue21488 messages
2014-05-12 23:37:30Ouaouaroncreate