summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-02-10 06:22:38 (GMT)
committerLarry Hastings <larry@hastings.org>2014-02-10 06:22:38 (GMT)
commit69a2547cd582370bcdc1754d10369cb6c7d6fcba (patch)
tree00f401495fce951447d7185ac2ffe1c4abd53e9b /Misc/NEWS
parentb082731fbb413a7ff2412a447698fdd65015fd24 (diff)
downloadcpython-69a2547cd582370bcdc1754d10369cb6c7d6fcba.zip
cpython-69a2547cd582370bcdc1754d10369cb6c7d6fcba.tar.gz
cpython-69a2547cd582370bcdc1754d10369cb6c7d6fcba.tar.bz2
Issue #20530: The signatures for slot builtins have been updated
to reflect the fact that they only accept positional-only arguments.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b5bc34f..6fb02cd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,9 @@ Core and Builtins
Library
-------
+- Issue #20530: The signatures for slot builtins have been updated
+ to reflect the fact that they only accept positional-only arguments.
+
- Issue #20517: Functions in the os module that accept two filenames
now register both filenames in the exception on failure.