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 takluyver
Recipients alex, belopolsky, eric.snow, jcea, loewis, meador.inge, ncoghlan, rfk, rhettinger, ron_adam, takluyver, yselivanov
Date 2013-02-18.13:40:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361194810.42.0.409764751675.issue11816@psf.upfronthosting.co.za>
In-reply-to
Content
Updated version of the patch.

Changed from review:
- Included test.bytecode_helper module used by some tests
- Updated docs to indicate that the changes are new in 3.4
- ByteCode -> Bytecode
- Added meaningful repr for Bytecode

Still to do:
- ? Re-expose attributes from code object on Bytecode instance
- Tests & documentation for Bytecode class
- Split changes into multiple patches
History
Date User Action Args
2013-02-18 13:40:11takluyversetrecipients: + takluyver, loewis, rhettinger, jcea, ncoghlan, belopolsky, ron_adam, alex, rfk, meador.inge, eric.snow, yselivanov
2013-02-18 13:40:10takluyversetmessageid: <1361194810.42.0.409764751675.issue11816@psf.upfronthosting.co.za>
2013-02-18 13:40:10takluyverlinkissue11816 messages
2013-02-18 13:40:10takluyvercreate