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 ronaldoussoren
Recipients elazar, ronaldoussoren, serhiy.storchaka
Date 2013-05-28.09:56:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369735015.56.0.101012531567.issue18077@psf.upfronthosting.co.za>
In-reply-to
Content
The automatic compilation of source code cannot be added to the 2.7 version of the dis module because that would be a new feature and we don't add new features in bugfix releases.  The feature was added to Python 3.x in issue #6507, and was first included in the 3.2 feature release.
History
Date User Action Args
2013-05-28 09:56:55ronaldoussorensetrecipients: + ronaldoussoren, serhiy.storchaka, elazar
2013-05-28 09:56:55ronaldoussorensetmessageid: <1369735015.56.0.101012531567.issue18077@psf.upfronthosting.co.za>
2013-05-28 09:56:55ronaldoussorenlinkissue18077 messages
2013-05-28 09:56:55ronaldoussorencreate