diff options
author | R. David Murray <rdmurray@bitdance.com> | 2011-02-11 22:47:17 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2011-02-11 22:47:17 (GMT) |
commit | fc14114ca936829a74556bdbdaa494bf55103bb1 (patch) | |
tree | 3fdcaa5c2b62cf8c894b6f60cf399245d9ffa863 /Misc/NEWS | |
parent | 8b24aac9363bfe44081415f6cff3bc65918ad321 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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(). |