diff options
author | Georg Brandl <georg@python.org> | 2008-01-20 13:59:46 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-20 13:59:46 (GMT) |
commit | 56112895d69131ee4f34d4e3e9406614313df57f (patch) | |
tree | b57e176cd54df7984553c6337390ce1712fb2292 /Misc | |
parent | 92058d29334fcb4d01ae2ab7c165aba2ef6da2af (diff) | |
download | cpython-56112895d69131ee4f34d4e3e9406614313df57f.zip cpython-56112895d69131ee4f34d4e3e9406614313df57f.tar.gz cpython-56112895d69131ee4f34d4e3e9406614313df57f.tar.bz2 |
#1648: add sys.gettrace() and sys.getprofile().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1042,6 +1042,8 @@ Library Extension Modules ----------------- +- Patch #1648: added ``sys.getprofile()`` and ``sys.gettrace()``. + - Patch #1663329: added ``os.closerange()`` function to quickly close a range of file descriptors without considering errors. |