From: Serhiy Storchaka Date: Wed, 2 Jan 2013 08:32:13 +0000 (+0200) Subject: Merge heads X-Git-Tag: v3.3.1rc1~438^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e48741a61946d97444acc395f6874bf3346bbf33;p=thirdparty%2FPython%2Fcpython.git Merge heads --- e48741a61946d97444acc395f6874bf3346bbf33 diff --cc Misc/NEWS index 42b84f50cc81,5ef30afc5d8e..175518b1a35e --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -189,17 -189,8 +189,19 @@@ Core and Builtin Library ------- + - Issue #16541: tk_setPalette() now works with keyword arguments. + +- Issue #16820: In configparser, `parser.popitem()` no longer raises ValueError. + This makes `parser.clean()` work correctly. + +- Issue #16820: In configparser, ``parser['section'] = {}`` now preserves + section order within the parser. This makes `parser.update()` preserve section + order as well. + +- Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem + encoding with the surrogateescape error handler, instead of UTF-8 in strict + mode. + - Issue #16819: IDLE method completion now correctly works for bytes literals. - Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy.