MonkeeSage wrote:
> >>> import py_compile
> >>> py_compiler.compile('file.py')
^^^^^^^^^^^
Should be:
>>> py_compile.compile('file.py')
--
http://mail.python.org/mailman/listinfo/python-list
MonkeeSage wrote:
> >>> import py_compile
> >>> py_compiler.compile('file.py')
^^^^^^^^^^^
Should be:
>>> py_compile.compile('file.py')
--
http://mail.python.org/mailman/listinfo/python-list