]> granicus.if.org Git - python/commit
- Issue #8233: When run as a script, py_compile.py optionally takes a single
authorBarry Warsaw <barry@python.org>
Wed, 31 Mar 2010 21:07:16 +0000 (21:07 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 31 Mar 2010 21:07:16 +0000 (21:07 +0000)
commitf7f2d6f51e8ea429b9db44eed0dcc6a4e22708df
treeef4e34660c88bdc29d03af37775caf376dffdb65
parentfe4900c0bc477479b24c5bb374984d6a873a3db7
- Issue #8233: When run as a script, py_compile.py optionally takes a single
  argument `-` which tells it to read files to compile from stdin.  Each line
  is read on demand and the named file is compiled immediately.  (Original
  patch by Piotr Ożarowski).
Lib/py_compile.py
Misc/NEWS