commit | a7bd27f0a8dd7acbf0098f50d28ed9783fdce605 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Mar 06 07:41:16 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Mar 06 07:41:16 2008 +0000 |
tree | 4968123959c62ef2f90daae5e377858d919acb3f | |
parent | 810ea29b0ea0369be6fb401f27863be03c4c4690 [diff] [blame] |
#2225: return nonzero status code from py_compile if not all files could be compiled.
diff --git a/Misc/NEWS b/Misc/NEWS index 15f7f10..42b95e8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -18,6 +18,9 @@ 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.