summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-04-17 23:54:35 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-04-17 23:54:35 (GMT)
commit2a1fdc4c760bf862accf625558e9bf54b9b9cd7c (patch)
tree86069f9cb1c3d0b9f74f9d3d3c6771dc64e8f833 /Misc/NEWS
parent64befe939c1da377053f6a410f082db02184c5e2 (diff)
parent32c59b6fc1140486a9915876054365b40bd88da9 (diff)
downloadcpython-2a1fdc4c760bf862accf625558e9bf54b9b9cd7c.zip
cpython-2a1fdc4c760bf862accf625558e9bf54b9b9cd7c.tar.gz
cpython-2a1fdc4c760bf862accf625558e9bf54b9b9cd7c.tar.bz2
merge 3.2 (#14607)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9f0009f..60471a4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,8 @@ 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.