summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
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 f317527..8509f52 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -937,6 +937,8 @@ Build
Tools/Demos
-----------
+- bpo-29748: Added the slice index converter in Argument Clinic.
+
- bpo-24037: Argument Clinic now uses the converter `bool(accept={int})` rather
than `int` for semantical booleans. This avoids repeating the default
value for Python and C and will help in converting to `bool` in future.