diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-11-20 18:21:07 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-11-20 18:21:07 (GMT) |
commit | 44454afbe32c3d7e7c51c5c6835c79bc0e7fe948 (patch) | |
tree | f398c6575925eacdb768b697fda3ed390a7bdefa /Misc | |
parent | 5f780400572508a8179de6a6c13b58b7be417ef5 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |