commit | 56112895d69131ee4f34d4e3e9406614313df57f | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jan 20 13:59:46 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Jan 20 13:59:46 2008 +0000 |
tree | b57e176cd54df7984553c6337390ce1712fb2292 | |
parent | 92058d29334fcb4d01ae2ab7c165aba2ef6da2af [diff] [blame] |
#1648: add sys.gettrace() and sys.getprofile().
diff --git a/Misc/NEWS b/Misc/NEWS index 537535a..0a80aba 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1042,6 +1042,8 @@ 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.