From: Thomas Heller Date: Wed, 8 Jan 2003 15:14:55 +0000 (+0000) Subject: Mention the change from patch #664376. X-Git-Tag: v2.3c1~2527 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c64fa7ddadd7a3a24e8ddab7fd4ed9236fef1c3;p=python Mention the change from patch #664376. --- diff --git a/Misc/NEWS b/Misc/NEWS index 4b80b62669..fe748a4bcc 100644 --- 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.