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 skrah
Recipients cblp, dabeaz, eryksun, josh.r, martin.panter, pitrou, skrah
Date 2015-08-07.12:57:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438952276.6.0.535400082139.issue15944@psf.upfronthosting.co.za>
In-reply-to
Content
If people are content with writing m[124:128] = b'abcd' and accept
that tolist() etc. won't represent the original structure of the
object, then let's do it.

On the bright side, it is less work. -- I'll review the patch.
History
Date User Action Args
2015-08-07 12:57:56skrahsetrecipients: + skrah, pitrou, dabeaz, martin.panter, cblp, eryksun, josh.r
2015-08-07 12:57:56skrahsetmessageid: <1438952276.6.0.535400082139.issue15944@psf.upfronthosting.co.za>
2015-08-07 12:57:56skrahlinkissue15944 messages
2015-08-07 12:57:56skrahcreate