[issue17232] Improve -O docs

Nick Coghlan report at bugs.python.org
Thu Feb 22 21:00:01 EST 2018


Nick Coghlan <ncoghlan at gmail.com> added the comment:

We don't change the extension on optimised pyc files any more, we add an optimisation marker to the name without changing the file extension: https://www.python.org/dev/peps/pep-0488/

(This means `-O` and `-OO` don't tread on each other any more)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue17232>
_______________________________________


More information about the Python-bugs-list mailing list