summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2003-01-08 15:14:55 (GMT)
committerThomas Heller <theller@ctypes.org>2003-01-08 15:14:55 (GMT)
commit6c64fa7ddadd7a3a24e8ddab7fd4ed9236fef1c3 (patch)
tree26b318ca24e403f9f2a1227a875b5331c66da01a /Misc/NEWS
parent27bb71e96382218a5a530772cd81ce6f91d22444 (diff)
downloadcpython-6c64fa7ddadd7a3a24e8ddab7fd4ed9236fef1c3.zip
cpython-6c64fa7ddadd7a3a24e8ddab7fd4ed9236fef1c3.tar.gz
cpython-6c64fa7ddadd7a3a24e8ddab7fd4ed9236fef1c3.tar.bz2
Mention the change from patch #664376.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4b80b62..fe748a4 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.