diff options
author | Georg Brandl <georg@python.org> | 2008-03-06 07:41:16 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-03-06 07:41:16 (GMT) |
commit | a7bd27f0a8dd7acbf0098f50d28ed9783fdce605 (patch) | |
tree | 4968123959c62ef2f90daae5e377858d919acb3f /Misc | |
parent | 810ea29b0ea0369be6fb401f27863be03c4c4690 (diff) | |
download | cpython-a7bd27f0a8dd7acbf0098f50d28ed9783fdce605.zip cpython-a7bd27f0a8dd7acbf0098f50d28ed9783fdce605.tar.gz cpython-a7bd27f0a8dd7acbf0098f50d28ed9783fdce605.tar.bz2 |
#2225: return nonzero status code from py_compile if not all files could be compiled.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ Core and builtins Library ------- +- Issue #2225: py_compile, when executed as a script, now returns a non- + zero status code if not all files could be compiled successfully. + - Bug #1725737: In distutil's sdist, exclude RCS, CVS etc. also in the root directory, and also exclude .hg, .git, .bzr, and _darcs. |