Message 270619 - Python tracker (original) (raw)
Message270619
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 | python-dev |
|---|---|
| Recipients | alexandre.vassalotti, python-dev, serhiy.storchaka |
| Date | 2016-07-17.08:36:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | 20160717083610.7301.50520.0C97E7B4@psf.io |
| In-reply-to |
| Content |
|---|
| New changeset f6a41552a312 by Serhiy Storchaka in branch '3.5': Issue #17711: Fixed unpickling by the persistent ID with protocol 0. https://hg.python.org/cpython/rev/f6a41552a312 New changeset df8857c6f3eb by Serhiy Storchaka in branch 'default': Issue #17711: Fixed unpickling by the persistent ID with protocol 0. https://hg.python.org/cpython/rev/df8857c6f3eb |
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-07-17 08:36:13 | python-dev | set | recipients: + python-dev, alexandre.vassalotti, serhiy.storchaka |
| 2016-07-17 08:36:13 | python-dev | link | issue17711 messages |
| 2016-07-17 08:36:13 | python-dev | create |
Supported by The Python Software Foundation,
Powered by Roundup
Copyright © 1990-2022, Python Software Foundation
Legal Statements
➜