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 serhiy.storchaka
Recipients berker.peksag, serhiy.storchaka, twouters, xiang.zhang, ztane
Date 2016-04-29.06:08:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461910109.16.0.0252421494852.issue26358@psf.upfronthosting.co.za>
In-reply-to
Content
Making iteration returns int is backward incompatible change. I afraid it is too later to do this. We lost a chance at a time of Python 3.0.

We need separate mmap class that behave more like bytes/bytearray/memoryview/sequence of 8-bit integers.
History
Date User Action Args
2016-04-29 06:08:29serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, berker.peksag, ztane, xiang.zhang
2016-04-29 06:08:29serhiy.storchakasetmessageid: <1461910109.16.0.0252421494852.issue26358@psf.upfronthosting.co.za>
2016-04-29 06:08:29serhiy.storchakalinkissue26358 messages
2016-04-29 06:08:28serhiy.storchakacreate