]> 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:36:22 +0000 (21:36 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 31 Mar 2010 21:36:22 +0000 (21:36 +0000)
commitd5f9bf5ecfcab58605d8070b285b47ffb18b99a2
tree07d9eeeb72c1ef11205d25028d5a880d1ba0b8cd
parentfd2bfb02db1a5b4d06b054ce578b565cca1fd085
- 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