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 lebigot
Recipients Ronan.Lamy, docs@python, eric.araujo, eric.snow, lebigot, mherrmann.at, r.david.murray, terry.reedy, vstinner
Date 2012-06-19.07:04:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340089453.61.0.726967250427.issue12982@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for this lucid account of the situation, Terry.

As for where in the documentation something additional could be said about .pyo files and the -O option, I must say that it is already mentioned in some relevant places (http://docs.python.org/tutorial/modules.html#compiled-python-files),

However, I can see one other place where some additional information would be useful: in the documentation for the -O option itself (http://docs.python.org/using/cmdline.html#miscellaneous-options). The current documentation only mentions the .pyo-producing effect of -O. Mentioning there that -O is *required* for interpreting .pyo files would be useful.

Thanks!
History
Date User Action Args
2012-06-19 07:04:13lebigotsetrecipients: + lebigot, terry.reedy, vstinner, eric.araujo, r.david.murray, docs@python, eric.snow, Ronan.Lamy, mherrmann.at
2012-06-19 07:04:13lebigotsetmessageid: <1340089453.61.0.726967250427.issue12982@psf.upfronthosting.co.za>
2012-06-19 07:04:13lebigotlinkissue12982 messages
2012-06-19 07:04:12lebigotcreate