commit | d5f9bf5ecfcab58605d8070b285b47ffb18b99a2 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Mar 31 21:36:22 2010 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Mar 31 21:36:22 2010 +0000 |
tree | 07d9eeeb72c1ef11205d25028d5a880d1ba0b8cd | |
parent | fd2bfb02db1a5b4d06b054ce578b565cca1fd085 [diff] |
- 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).