commit | f7f2d6f51e8ea429b9db44eed0dcc6a4e22708df | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Mar 31 21:07:16 2010 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Mar 31 21:07:16 2010 +0000 |
tree | ef4e34660c88bdc29d03af37775caf376dffdb65 | |
parent | fe4900c0bc477479b24c5bb374984d6a873a3db7 [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).