]> granicus.if.org Git - python/commitdiff
Mention the change from patch #664376.
authorThomas Heller <theller@ctypes.org>
Wed, 8 Jan 2003 15:14:55 +0000 (15:14 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 8 Jan 2003 15:14:55 +0000 (15:14 +0000)
Misc/NEWS

index 4b80b62669d127b4c4a57ba4097e05e833459de2..fe748a4bcc3873b27523231301bbb8c4eac2b007 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -122,6 +122,9 @@ TBD
 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.