summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-08-14 21:55:28 (GMT)
committerGeorg Brandl <georg@python.org>2006-08-14 21:55:28 (GMT)
commit7a1af770b9fbf73e967fac9ad224e6caad62e4cc (patch)
treecfad3edf8b6b64b3b8e5c78b12beeaabda7363e0 /Misc
parent85fec5910474197439be7e62bf1136b3ee57b05c (diff)
downloadcpython-7a1af770b9fbf73e967fac9ad224e6caad62e4cc.zip
cpython-7a1af770b9fbf73e967fac9ad224e6caad62e4cc.tar.gz
cpython-7a1af770b9fbf73e967fac9ad224e6caad62e4cc.tar.bz2
Patch #1536071: trace.py should now find the full module name of a
file correctly even on Windows.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 06dde4a..7e94560 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,6 +64,9 @@ Core and builtins
Library
-------
+- Patch #1536071: trace.py should now find the full module name of a
+ file correctly even on Windows.
+
- logging's atexit hook now runs even if the rest of the module has
already been cleaned up.