diff options
author | Larry Hastings <larry@hastings.org> | 2014-10-13 09:39:41 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-10-13 09:39:41 (GMT) |
commit | dfbeb160de829d16d3668dec5bc902a31ad25835 (patch) | |
tree | c5389a8396acbab2ec6ac82350405d786aaa3444 /Misc | |
parent | 6f3bdc94848d8c99ad2b7eb79e90ddb6e9f602c6 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |