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
fe1b9230
Commit
fe1b9230
authored
Sep 13, 2016
by
Berker Peksag
Browse files
Options
Browse Files
Download
Plain Diff
Issue #27952: Merge from 3.5
parents
0037352d
ac2d1c71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Lib/test/test_tools/test_fixcid.py
Lib/test/test_tools/test_fixcid.py
+2
-1
No files found.
Lib/test/test_tools/test_fixcid.py
View file @
fe1b9230
...
...
@@ -83,7 +83,8 @@ class Test(unittest.TestCase):
script
=
os
.
path
.
join
(
scriptsdir
,
"fixcid.py"
)
with
support
.
swap_attr
(
sys
,
"argv"
,
argv
),
\
support
.
swap_attr
(
sys
,
"stdin"
,
StringIO
(
input
)),
\
support
.
captured_stdout
()
as
output
:
support
.
captured_stdout
()
as
output
,
\
support
.
captured_stderr
():
try
:
runpy
.
run_path
(
script
,
run_name
=
"__main__"
)
except
SystemExit
as
exit
:
...
...
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