]> granicus.if.org Git - python/commitdiff
Patch 686397:
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Mon, 17 Feb 2003 09:20:23 +0000 (09:20 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Mon, 17 Feb 2003 09:20:23 +0000 (09:20 +0000)
move definition of platform dependent path related variables from os.py
to platform dependent path modules (ntpath, etc).

Misc/NEWS

index 7b83b60c2cf7b755c7e58e27eaab97ff617d214a..251c952c6c66f3e0d306f08ee45b45f14e436842 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -224,6 +224,12 @@ Extension modules
 Library
 -------
 
+- the platform dependent path related variables sep, altsep, extsep,
+  pathsep, curdir, pardir and defpath are now defined in the platform
+  dependent path modules (e.g. ntpath.py) rather than os.py.  These
+  variables continue to be available via os.path (see 
+  <http://www.python.org/sf/680789>).
+
 - array.array was added to the types repr.py knows about (see
   <http://www.python.org/sf/680789>).