py-compile: '--' and non-option arguments terminate the option list
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 8 Jun 2011 20:27:25 +0000 (22:27 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 9 Jun 2011 14:00:40 +0000 (16:00 +0200)
commita2ebf0e5b1f34d76ce92673cf8575a10d33f9b05
treede5ab841a70554558e3280a621895dc044e517c4
parentcd16ceb382de8f64d44efd7dd1948c33fc52566e
py-compile: '--' and non-option arguments terminate the option list

* lib/py-compile: Any non-option argument, or the special `--'
argument, now explicitly terminates the list of options.
* tests/py-compile-option-terminate.test: New test.
* tests/Makefile.am (TESTS): Update.
* NEWS: Update.
ChangeLog
NEWS
lib/py-compile
tests/Makefile.am
tests/Makefile.in
tests/py-compile-option-terminate.test [new file with mode: 0755]