summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-02-06 07:00:44 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-02-06 07:00:44 (GMT)
commit6cfb61f163f645b91d162ccb65655b94c9bebe2b (patch)
tree16715d6061625133f81c5e4a019342518fc60692 /Misc/NEWS
parent313ee59e498a4140b8e37486c9b562e6017d1e2a (diff)
parentb51813403f26304df64a818eae103aeed3550344 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e05e613..25ea656 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.