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 pitrou
Recipients cblp, dabeaz, eryksun, josh.r, martin.panter, pitrou, skrah
Date 2015-08-07.13:12:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <55C4AEC2.4040901@free.fr>
In-reply-to <1438952276.6.0.535400082139.issue15944@psf.upfronthosting.co.za>
Content
Le 07/08/2015 14:57, Stefan Krah a écrit :
> 
> 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.

As long as the casting has to be explicit, this sounds ok to me.
History
Date User Action Args
2015-08-07 13:12:37pitrousetrecipients: + pitrou, skrah, dabeaz, martin.panter, cblp, eryksun, josh.r
2015-08-07 13:12:37pitroulinkissue15944 messages
2015-08-07 13:12:36pitroucreate