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 twouters
Recipients ezio.melotti, petri.lehtinen, py.user, siegfried.gevatter, terry.reedy, twouters
Date 2015-04-13.15:58:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428940728.43.0.911233332393.issue12606@psf.upfronthosting.co.za>
In-reply-to
Content
I left some style comments in the rietveld review. However, a bigger questions is whether we should change list at all. I think we should; the change is fairly straightforward, there is some value in it and it's a good idea to keep bytearray and other mutable sequences behave similarly (and we can't remove the support from bytearray for obvious backward compatibility reasons.)
History
Date User Action Args
2015-04-13 15:58:48twouterssetrecipients: + twouters, terry.reedy, ezio.melotti, py.user, petri.lehtinen, siegfried.gevatter
2015-04-13 15:58:48twouterssetmessageid: <1428940728.43.0.911233332393.issue12606@psf.upfronthosting.co.za>
2015-04-13 15:58:48twouterslinkissue12606 messages
2015-04-13 15:58:48twouterscreate