diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-04-17 23:53:21 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-04-17 23:53:21 (GMT) |
commit | 32c59b6fc1140486a9915876054365b40bd88da9 (patch) | |
tree | 19d1b96def03bb9975cc4e5166c31fa0d54821ff /Misc | |
parent | ab2d58eefa222cdc439bef8eb02b3620bc991164 (diff) | |
download | cpython-32c59b6fc1140486a9915876054365b40bd88da9.zip cpython-32c59b6fc1140486a9915876054365b40bd88da9.tar.gz cpython-32c59b6fc1140486a9915876054365b40bd88da9.tar.bz2 |
mangle keyword-only argname when loading defaults (closes #14607)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.2.4 Core and Builtins ----------------- +- Issue #14607: Fix defaults keyword-only arguments which started with ``__``. + - 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. |