diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-06 07:00:44 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-06 07:00:44 (GMT) |
commit | 6cfb61f163f645b91d162ccb65655b94c9bebe2b (patch) | |
tree | 16715d6061625133f81c5e4a019342518fc60692 /Misc/NEWS | |
parent | 313ee59e498a4140b8e37486c9b562e6017d1e2a (diff) | |
parent | b51813403f26304df64a818eae103aeed3550344 (diff) | |
download | cpython-6cfb61f163f645b91d162ccb65655b94c9bebe2b.zip cpython-6cfb61f163f645b91d162ccb65655b94c9bebe2b.tar.gz cpython-6cfb61f163f645b91d162ccb65655b94c9bebe2b.tar.bz2 |
Issue #23392: Added tests for marshal C API that works with FILE*.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -613,6 +613,8 @@ Library - Issue #17442: InteractiveInterpreter now displays the full chained traceback in its showtraceback method, to match the built in interactive interpreter. +- Issue #23392: Added tests for marshal C API that works with FILE*. + - Issue #10510: distutils register and upload methods now use HTML standards compliant CRLF line endings. |