summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-11-20 18:21:07 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-11-20 18:21:07 (GMT)
commit44454afbe32c3d7e7c51c5c6835c79bc0e7fe948 (patch)
treef398c6575925eacdb768b697fda3ed390a7bdefa /Misc
parent5f780400572508a8179de6a6c13b58b7be417ef5 (diff)
downloadcpython-44454afbe32c3d7e7c51c5c6835c79bc0e7fe948.zip
cpython-44454afbe32c3d7e7c51c5c6835c79bc0e7fe948.tar.gz
cpython-44454afbe32c3d7e7c51c5c6835c79bc0e7fe948.tar.bz2
Issue #10371: Deprecated undocumented functions in the trace module.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index da26317..e19d412 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,8 @@ Core and Builtins
Library
-------
+- Issue #10371: Deprecated undocumented functions in the trace module.
+
- Issue #10467: Fix BytesIO.readinto() after seeking into a position after the
end of the file.