]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
When -O is given, use ".pyo" instead of ".pyc".
authorGuido van Rossum <guido@python.org>
Tue, 11 Mar 1997 18:37:35 +0000 (18:37 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Mar 1997 18:37:35 +0000 (18:37 +0000)
commit0824f63cfc4336b9fc6ff6e2f067a9fcd80aa162
treec854f2aeeb4e1c59aeca888cbdf0741d5248cde1
parent80eb3c02027b435ef1f0eaaa1406b43dd6eebaeb
When -O is given, use ".pyo" instead of ".pyc".
Python/import.c