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 serhiy.storchaka
Recipients docs@python, peter.otten, serhiy.storchaka
Date 2017-02-18.21:09:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487452196.77.0.944112931691.issue20823@psf.upfronthosting.co.za>
In-reply-to
Content
The phrase "*function* should return either a string or a tuple containing two or three elements." de-facto is outdated too. Since Python 2.3 a tuple returned by the function must have two to five elements.

copyreg.constructor() no longer does anything useful, and the constructor parameter of copyreg.pickle() is virtually ignored.
History
Date User Action Args
2017-02-18 21:09:56serhiy.storchakasetrecipients: + serhiy.storchaka, peter.otten, docs@python
2017-02-18 21:09:56serhiy.storchakasetmessageid: <1487452196.77.0.944112931691.issue20823@psf.upfronthosting.co.za>
2017-02-18 21:09:56serhiy.storchakalinkissue20823 messages
2017-02-18 21:09:56serhiy.storchakacreate