[Python-checkins] peps: Replace "NT path" with "Windows path"

antoine.pitrou python-checkins at python.org
Tue Nov 19 16:40:51 CET 2013


http://hg.python.org/peps/rev/19a4004e5c2b
changeset:   5289:19a4004e5c2b
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Tue Nov 19 16:40:46 2013 +0100
summary:
  Replace "NT path" with "Windows path"

files:
  pep-0428.txt |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/pep-0428.txt b/pep-0428.txt
--- a/pep-0428.txt
+++ b/pep-0428.txt
@@ -127,9 +127,9 @@
   of pure classes, plus operations that do I/O.
 
 * a path class is of a given flavour according to the kind of operating
-  system paths it represents.  `pathlib`_ implements two flavours: NT paths
-  for the filesystem semantics embodied in Windows systems, POSIX paths for
-  other systems (``os.name``'s terminology is re-used here).
+  system paths it represents.  `pathlib`_ implements two flavours: Windows
+  paths for the filesystem semantics embodied in Windows systems, POSIX
+  paths for other systems.
 
 Any pure class can be instantiated on any system: for example, you can
 manipulate ``PurePosixPath`` objects under Windows, ``PureWindowsPath``

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list