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
a2a26b9e
Commit
a2a26b9e
authored
Apr 05, 2006
by
Anthony Baxter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
whitespace normalisation
parent
51bcb68b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
Lib/test/test_pty.py
Lib/test/test_pty.py
+1
-1
setup.py
setup.py
+6
-6
No files found.
Lib/test/test_pty.py
View file @
a2a26b9e
...
...
@@ -22,7 +22,7 @@ def normalize_output(data):
# Some operating systems do conversions on newline. We could possibly
# fix that by doing the appropriate termios.tcsetattr()s. I couldn't
# figure out the right combo on Tru64 and I don't have an IRIX box.
# So just normalize the output and doc the problem O/Ses by allowing
# So just normalize the output and doc the problem O/Ses by allowing
# certain combinations for some platforms, but avoid allowing other
# differences (like extra whitespace, trailing garbage, etc.)
...
...
setup.py
View file @
a2a26b9e
...
...
@@ -1042,15 +1042,15 @@ class PyBuildExt(build_ext):
carbon_kwds
=
{
'extra_compile_args'
:
carbon_extra_compile_args
,
'extra_link_args'
:
[
'-framework'
,
'Carbon'
],
}
CARBON_EXTS
=
[
'ColorPicker'
,
'gestalt'
,
'MacOS'
,
'Nav'
,
'OSATerminology'
,
'icglue'
,
CARBON_EXTS
=
[
'ColorPicker'
,
'gestalt'
,
'MacOS'
,
'Nav'
,
'OSATerminology'
,
'icglue'
,
# All these are in subdirs
'_AE'
,
'_AH'
,
'_App'
,
'_CarbonEvt'
,
'_Cm'
,
'_Ctl'
,
'_AE'
,
'_AH'
,
'_App'
,
'_CarbonEvt'
,
'_Cm'
,
'_Ctl'
,
'_Dlg'
,
'_Drag'
,
'_Evt'
,
'_File'
,
'_Folder'
,
'_Fm'
,
'_Help'
,
'_Icn'
,
'_IBCarbon'
,
'_List'
,
'_Menu'
,
'_Mlte'
,
'_OSA'
,
'_Res'
,
'_Qd'
,
'_Qdoffs'
,
'_Help'
,
'_Icn'
,
'_IBCarbon'
,
'_List'
,
'_Menu'
,
'_Mlte'
,
'_OSA'
,
'_Res'
,
'_Qd'
,
'_Qdoffs'
,
'_Scrap'
,
'_Snd'
,
'_TE'
,
'_Win'
,
]
]
for
name
in
CARBON_EXTS
:
addMacExtension
(
name
,
carbon_kwds
)
...
...
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