commit | 6c64fa7ddadd7a3a24e8ddab7fd4ed9236fef1c3 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Wed Jan 08 15:14:55 2003 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Wed Jan 08 15:14:55 2003 +0000 |
tree | 26b318ca24e403f9f2a1227a875b5331c66da01a | |
parent | 27bb71e96382218a5a530772cd81ce6f91d22444 [diff] |
Mention the change from patch #664376.
diff --git a/Misc/NEWS b/Misc/NEWS index 4b80b62..fe748a4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -122,6 +122,9 @@ Windows ------- +- sys.path[0], if it contains a directory name, is now always an + absolute pathname. + - The new logging package is now installed by the Windows installer. It wasn't in 2.3a1 due to oversight.