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 alexandre.vassalotti
Recipients BreamoreBoy, alexandre.vassalotti, belopolsky, erickt, jcea
Date 2013-12-01.22:07:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385935648.67.0.660010779222.issue4727@psf.upfronthosting.co.za>
In-reply-to
Content
PEP 3154 implemented support for pickling classes taking keyword-only arguments.

The copy module should be updated to use __getnewargs_ex__ when available through object.__reduce__(4).
History
Date User Action Args
2013-12-01 22:07:28alexandre.vassalottisetrecipients: + alexandre.vassalotti, jcea, belopolsky, erickt, BreamoreBoy
2013-12-01 22:07:28alexandre.vassalottisetmessageid: <1385935648.67.0.660010779222.issue4727@psf.upfronthosting.co.za>
2013-12-01 22:07:28alexandre.vassalottilinkissue4727 messages
2013-12-01 22:07:28alexandre.vassalotticreate