summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-10-13 09:39:41 (GMT)
committerLarry Hastings <larry@hastings.org>2014-10-13 09:39:41 (GMT)
commitdfbeb160de829d16d3668dec5bc902a31ad25835 (patch)
treec5389a8396acbab2ec6ac82350405d786aaa3444 /Misc
parent6f3bdc94848d8c99ad2b7eb79e90ddb6e9f602c6 (diff)
downloadcpython-dfbeb160de829d16d3668dec5bc902a31ad25835.zip
cpython-dfbeb160de829d16d3668dec5bc902a31ad25835.tar.gz
cpython-dfbeb160de829d16d3668dec5bc902a31ad25835.tar.bz2
Issue #22615: Argument Clinic now supports the "type" argument for the
int converter. This permits using the int converter with enums and typedefs.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 806e029..1453637 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1263,6 +1263,10 @@ Tests
Tools/Demos
-----------
+- Issue #22615: Argument Clinic now supports the "type" argument for the
+ int converter. This permits using the int converter with enums and
+ typedefs.
+
- Issue #20076: The makelocalealias.py script no longer ignores UTF-8 mapping.
- Issue #20079: The makelocalealias.py script now can parse the SUPPORTED file