summaryrefslogtreecommitdiffstats
path: root/Lib/os.py
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-06-27 06:38:14 (GMT)
committerNed Deily <nad@acm.org>2014-06-27 06:38:14 (GMT)
commit5937f39aee62d1ef68d6fec0f039d0d1f69ebb62 (patch)
tree5ce406068909059eaf7214fd90b65b3917bc7550 /Lib/os.py
parentdf71dcbef212d0800c428532872d32727c58776b (diff)
downloadcpython-5937f39aee62d1ef68d6fec0f039d0d1f69ebb62.zip
cpython-5937f39aee62d1ef68d6fec0f039d0d1f69ebb62.tar.gz
cpython-5937f39aee62d1ef68d6fec0f039d0d1f69ebb62.tar.bz2
Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.
Diffstat (limited to 'Lib/os.py')
-rw-r--r--Lib/os.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/os.py b/Lib/os.py
index 876dcf3..53fad6b 100644
--- a/Lib/os.py
+++ b/Lib/os.py
@@ -1,4 +1,4 @@
-r"""OS routines for Mac, NT, or Posix depending on what system we're on.
+r"""OS routines for NT or Posix depending on what system we're on.
This exports:
- all functions from posix, nt, os2, or ce, e.g. unlink, stat, etc.