summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-03-06 07:41:16 (GMT)
committerGeorg Brandl <georg@python.org>2008-03-06 07:41:16 (GMT)
commita7bd27f0a8dd7acbf0098f50d28ed9783fdce605 (patch)
tree4968123959c62ef2f90daae5e377858d919acb3f /Misc
parent810ea29b0ea0369be6fb401f27863be03c4c4690 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 15f7f10..42b95e8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.