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 Ramchandra Apte, alexandre.vassalotti, pitrou, sbt
Date 2013-12-07.10:17:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386411479.97.0.446310873129.issue13566@psf.upfronthosting.co.za>
In-reply-to
Content
Adding a special type is not a bad idea. We have to keep the code for loading BINSTRING opcodes anyway, so we might as well use it. It could be helpful for unit-testing our Python 2 compatibility support for pickle.

We should still fix array in 2.7 to accept unicode object for the typecode though.
History
Date User Action Args
2013-12-07 10:18:00alexandre.vassalottisetrecipients: + alexandre.vassalotti, pitrou, sbt, Ramchandra Apte
2013-12-07 10:17:59alexandre.vassalottisetmessageid: <1386411479.97.0.446310873129.issue13566@psf.upfronthosting.co.za>
2013-12-07 10:17:59alexandre.vassalottilinkissue13566 messages
2013-12-07 10:17:59alexandre.vassalotticreate