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 mark.dickinson
Recipients cvrebert, mark.dickinson, terry.reedy, ubershmekel
Date 2010-08-09.18:34:50
SpamBayes Score 0.00010804215
Marked as misclassified No
Message-id <1281378892.56.0.920086633656.issue6783@psf.upfronthosting.co.za>
In-reply-to
Content
> I believe this is covered by the PEP3003 3.2 change moratorium.

No, I don't think so.  My understanding is that PEP 3003 doesn't cover new methods on builtin types.  int.from_bytes and int.to_bytes are examples of new methods that were added for 3.2.
History
Date User Action Args
2010-08-09 18:34:52mark.dickinsonsetrecipients: + mark.dickinson, terry.reedy, cvrebert, ubershmekel
2010-08-09 18:34:52mark.dickinsonsetmessageid: <1281378892.56.0.920086633656.issue6783@psf.upfronthosting.co.za>
2010-08-09 18:34:51mark.dickinsonlinkissue6783 messages
2010-08-09 18:34:50mark.dickinsoncreate