From: Petri Lehtinen Date: Fri, 29 Jun 2012 12:12:54 +0000 (+0300) Subject: #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() X-Git-Tag: v3.3.0b2~366 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25652884b452142460f5868ac28af4f12895e046;p=python #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() --- 25652884b452142460f5868ac28af4f12895e046 diff --cc Misc/NEWS index 2d8d168651,99515c0639..4d1f104828 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -2,47 -2,10 +2,50 @@@ Python News +++++++++++ -What's New in Python 3.2.4 -========================== +What's New in Python 3.3.0 Beta 2? +================================== + +*Release date: xx-xxx-2012* + +Core and Builtins +----------------- + + +Library +------- + ++- Issue #5346: Preserve permissions of mbox, MMDF and Babyl mailbox ++ files on flush(). ++ +- Issue #10571: Fix the "--sign" option of distutils' upload command. + Patch by Jakub Wilk. + +- Issue #9559: If messages were only added, a new file is no longer + created and renamed over the old file when flush() is called on an + mbox, MMDF or Babyl mailbox. + +- Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic + purpose. + +Extension Modules +----------------- + +- Issue #15194: Update libffi to the 3.0.11 release. -*Release date: XX-XX-XXXX* +Tools/Demos +----------- + +- Issue #12605: The gdb hooks for debugging CPython (within Tools/gdb) have + been enhanced to show information on more C frames relevant to CPython within + the "py-bt" and "py-bt-full" commands: + * C frames that are waiting on the GIL + * C frames that are garbage-collecting + * C frames that are due to the invocation of a PyCFunction + +What's New in Python 3.3.0 Beta 1? +================================== + +*Release date: 27-Jun-2012* Core and Builtins -----------------