]> granicus.if.org Git - python/commitdiff
merge 3.2 (#14607)
authorBenjamin Peterson <benjamin@python.org>
Tue, 17 Apr 2012 23:54:35 +0000 (19:54 -0400)
committerBenjamin Peterson <benjamin@python.org>
Tue, 17 Apr 2012 23:54:35 +0000 (19:54 -0400)
1  2 
Lib/test/test_keywordonlyarg.py
Misc/NEWS
Python/compile.c

Simple merge
diff --cc Misc/NEWS
index 9f0009fad83fe8048826c4f709192f7d68e583f1,2c135638b55d554a02a5d75e3952a75372aac728..60471a4b95fd826ad9ffc0e48dc2f099acd4737d
+++ b/Misc/NEWS
@@@ -10,16 -10,8 +10,18 @@@ What's New in Python 3.3.0 Alpha 3
  Core and Builtins
  -----------------
  
 +- Issue #14592: Attempting a relative import w/o __package__ or __name__ set in
 +  globals raises a KeyError.
 +
+ - Issue #14607: Fix defaults keyword-only arguments which started with ``__``.
 +- Issue #10854: The ImportError raised when an extension module on Windows
 +  fails to import now uses the new path and name attributes from
 +  Issue #1559549.
 +
 +- Issue #14582: Import directly returns the module as returned by a loader when
 +  possible instead of fetching it from sys.modules.
 +
  - Issue #13889: Check and (if necessary) set FPU control word before calling
    any of the dtoa.c string <-> float conversion functions, on MSVC builds of
    Python.  This fixes issues when embedding Python in a Delphi app.
Simple merge