projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c00b6d7
)
note the demise of the dospath module (was actually in 2.3a2)
author
Skip Montanaro
<skip@pobox.com>
Tue, 25 Feb 2003 17:46:20 +0000
(17:46 +0000)
committer
Skip Montanaro
<skip@pobox.com>
Tue, 25 Feb 2003 17:46:20 +0000
(17:46 +0000)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index d52ceaccbacbfe8b4abc64267cd1f72dc7c49f3b..fa7ef5ee73dce62e3979053737abccb7cea221e3 100644
(file)
--- a/
Misc/NEWS
+++ b/
Misc/NEWS
@@
-363,6
+363,9
@@
Library
- Fix logging.handlers.SysLogHandler protocol when using UNIX domain sockets.
See SF patch #642974.
+- The dospath module was deleted. Use the ntpath module when manipulating
+ DOS paths from other platforms.
+
Tools/Demos
-----------