commit | 7a1af770b9fbf73e967fac9ad224e6caad62e4cc | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Aug 14 21:55:28 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Aug 14 21:55:28 2006 +0000 |
tree | cfad3edf8b6b64b3b8e5c78b12beeaabda7363e0 | |
parent | 85fec5910474197439be7e62bf1136b3ee57b05c [diff] |
Patch #1536071: trace.py should now find the full module name of a file correctly even on Windows.
diff --git a/Misc/NEWS b/Misc/NEWS index 06dde4a..7e94560 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -64,6 +64,9 @@ 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.