Message 288092 - Python tracker
Message288092
| 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:56 | serhiy.storchaka | set | recipients: + serhiy.storchaka, peter.otten, docs@python |
| 2017-02-18 21:09:56 | serhiy.storchaka | set | messageid: <1487452196.77.0.944112931691.issue20823@psf.upfronthosting.co.za> |
| 2017-02-18 21:09:56 | serhiy.storchaka | link | issue20823 messages |
| 2017-02-18 21:09:56 | serhiy.storchaka | create | |