-
-
Notifications
You must be signed in to change notification settings - Fork 31k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Renamed whole Mac OS X's to macOS #58
Changes from 1 commit
766a4f0
fdaaa56
be132cc
5935b90
8269cd0
ef2fdaf
858f1fb
8a8fc12
4d1ccfc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
:mod:`macpath` --- Mac OS 9 path manipulation functions | ||
:mod:`macpath` --- macOS 9 path manipulation functions | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. macOS 9 is OK? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @methane i think it's fine, isn't you? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't know what is Apple's definition. Is there any resource from Apple? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @methane Apple called mac OS 9 but there is no source on their website now. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. https://en.wikipedia.org/wiki/MacOS "OS X" was renamed macOS. But no information about classic "Mac OS". There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @methane okey, I'm changing back old Mac OS's. |
||
======================================================= | ||
|
||
.. module:: macpath | ||
:synopsis: Mac OS 9 path manipulation functions. | ||
:synopsis: macOS 9 path manipulation functions. | ||
|
||
**Source code:** :source:`Lib/macpath.py` | ||
|
||
-------------- | ||
|
||
This module is the Mac OS 9 (and earlier) implementation of the :mod:`os.path` | ||
module. It can be used to manipulate old-style Macintosh pathnames on Mac OS X | ||
This module is the macOS 9 (and earlier) implementation of the :mod:`os.path` | ||
module. It can be used to manipulate old-style Macintosh pathnames on macOS | ||
(or any other platform). | ||
|
||
The following functions are available in this module: :func:`normcase`, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the underline should be fixed here.