summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-20 13:59:46 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-20 13:59:46 (GMT)
commit56112895d69131ee4f34d4e3e9406614313df57f (patch)
treeb57e176cd54df7984553c6337390ce1712fb2292 /Misc
parent92058d29334fcb4d01ae2ab7c165aba2ef6da2af (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 537535a..0a80aba 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.