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 r.david.murray
Recipients cool-RR, docs@python, r.david.murray, terry.reedy
Date 2016-07-30.21:19:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469913582.82.0.205385204051.issue27604@psf.upfronthosting.co.za>
In-reply-to
Content
You know, it's actually more complicated than this now.  We recently changed the way optimization levels are handled in pyc files in such a way that it is possible for other optimization 'levels" to be added by third parties.  So the reference information is no longer complete.  We may need to revise that section further.  And yes, there needs to be a mapping from O values to the optimization levels discussed in the reference, in one location or the other.
History
Date User Action Args
2016-07-30 21:19:42r.david.murraysetrecipients: + r.david.murray, terry.reedy, cool-RR, docs@python
2016-07-30 21:19:42r.david.murraysetmessageid: <1469913582.82.0.205385204051.issue27604@psf.upfronthosting.co.za>
2016-07-30 21:19:42r.david.murraylinkissue27604 messages
2016-07-30 21:19:42r.david.murraycreate