Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
905e19a9
Commit
905e19a9
authored
Jun 13, 2019
by
Makdon
Committed by
Ned Deily
Jun 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-37216: update version to 3.9 in mac using document (GH-13966)
parent
d1c85a27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/using/mac.rst
Doc/using/mac.rst
+2
-2
No files found.
Doc/using/mac.rst
View file @
905e19a9
...
...
@@ -25,7 +25,7 @@ there.
What
you
get
after
installing
is
a
number
of
things
:
*
A
:
file
:`
MacPython
3.6
`
folder
in
your
:
file
:`
Applications
`
folder
.
In
here
*
A
:
file
:`
Python
3.9
`
folder
in
your
:
file
:`
Applications
`
folder
.
In
here
you
find
IDLE
,
the
development
environment
that
is
a
standard
part
of
official
Python
distributions
;
PythonLauncher
,
which
handles
double
-
clicking
Python
scripts
from
the
Finder
;
and
the
"Build Applet"
tool
,
which
allows
you
to
...
...
@@ -93,7 +93,7 @@ aware of: programs that talk to the Aqua window manager (in other words,
anything
that
has
a
GUI
)
need
to
be
run
in
a
special
way
.
Use
:
program
:`
pythonw
`
instead
of
:
program
:`
python
`
to
start
such
scripts
.
With
Python
3.
6
,
you
can
use
either
:
program
:`
python
`
or
:
program
:`
pythonw
`.
With
Python
3.
9
,
you
can
use
either
:
program
:`
python
`
or
:
program
:`
pythonw
`.
Configuration
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment