]> granicus.if.org Git - python/commitdiff
Merge heads
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 2 Jan 2013 08:32:13 +0000 (10:32 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 2 Jan 2013 08:32:13 +0000 (10:32 +0200)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 42b84f50cc81c39c7f704c7c79baa624ac9c8956,5ef30afc5d8e5c93378d6dacda2141f4adf4bad1..175518b1a35e4fc02264e856b4525a4317577e64
+++ 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.