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 vstinner
Recipients vstinner
Date 2015-03-23.21:18:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427145532.82.0.709473992676.issue23752@psf.upfronthosting.co.za>
In-reply-to
Content
See also issue #21861: "io class name are hardcoded in reprs".

In my review of _pyio.FileIO, I asked if it would be possible to use __qualname__ in __getstate__().
History
Date User Action Args
2015-03-23 21:18:52vstinnersetrecipients: + vstinner
2015-03-23 21:18:52vstinnersetmessageid: <1427145532.82.0.709473992676.issue23752@psf.upfronthosting.co.za>
2015-03-23 21:18:52vstinnerlinkissue23752 messages
2015-03-23 21:18:52vstinnercreate