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
c6ef503b
Commit
c6ef503b
authored
8 years ago
by
Ned Deily
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #28323: Remove vestigal MacOS 9 checks from exit() and quit().
Patch by Chi Hsuan Yen.
parent
55c9239a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
Lib/site.py
Lib/site.py
+1
-3
No files found.
Lib/site.py
View file @
c6ef503b
...
...
@@ -336,9 +336,7 @@ def setquit():
The repr of each object contains a hint at how it works.
"""
if
os
.
sep
==
':'
:
eof
=
'Cmd-Q'
elif
os
.
sep
==
'
\
\
'
:
if
os
.
sep
==
'
\
\
'
:
eof
=
'Ctrl-Z plus Return'
else
:
eof
=
'Ctrl-D (i.e. EOF)'
...
...
This diff is collapsed.
Click to expand it.
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