diff options
author | Brett Cannon <brett@python.org> | 2012-04-18 01:42:07 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-04-18 01:42:07 (GMT) |
commit | 03c7ed15803def1eedec65522e6185fc5a1badf9 (patch) | |
tree | 5ef2c8718623b40b56bf8a941b8e858940965586 /Misc | |
parent | 7bd329d800b29e195a55b16093ef74c22e20476d (diff) | |
parent | 2a1fdc4c760bf862accf625558e9bf54b9b9cd7c (diff) | |
download | cpython-03c7ed15803def1eedec65522e6185fc5a1badf9.zip cpython-03c7ed15803def1eedec65522e6185fc5a1badf9.tar.gz cpython-03c7ed15803def1eedec65522e6185fc5a1badf9.tar.bz2 |
Merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,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. |