summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2011-02-11 22:47:17 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2011-02-11 22:47:17 (GMT)
commitfc14114ca936829a74556bdbdaa494bf55103bb1 (patch)
tree3fdcaa5c2b62cf8c894b6f60cf399245d9ffa863 /Misc/NEWS
parent8b24aac9363bfe44081415f6cff3bc65918ad321 (diff)
downloadcpython-fc14114ca936829a74556bdbdaa494bf55103bb1.zip
cpython-fc14114ca936829a74556bdbdaa494bf55103bb1.tar.gz
cpython-fc14114ca936829a74556bdbdaa494bf55103bb1.tar.bz2
#11116: roll back on error during add so mailbox isn't left corrupted.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f57ba38..a73e102 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,9 @@ Core and Builtins
Library
-------
+- Issue #11116: any error during addition of a message to a mailbox now causes
+ a rollback, instead of leaving the mailbox partially modified.
+
- Issue #11132: Fix passing of "optimize" parameter when recursing
in compileall.compile_dir().