[docs] [issue17232] Improve -O docs

Antoine Pitrou report at bugs.python.org
Tue Mar 12 21:17:37 CET 2013


Antoine Pitrou added the comment:

There's a typo in your patch:

+-O     : remove assert and __debug__-dependent statements; change .py\n\
+         to .pyo; also PYTHONOPTIMIZE=x\n\

should say ".pyc", not ".py".

----------

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


More information about the docs mailing list