Nick Coghlan <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue17232> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
