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
95c00fa4
Commit
95c00fa4
authored
Mar 16, 2001
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whitespace normalization.
parent
a1d7c632
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
11 deletions
+6
-11
Lib/dircache.py
Lib/dircache.py
+3
-3
Lib/inspect.py
Lib/inspect.py
+0
-2
Lib/pydoc.py
Lib/pydoc.py
+1
-3
Lib/test/test_scope.py
Lib/test/test_scope.py
+2
-3
No files found.
Lib/dircache.py
View file @
95c00fa4
Lib/inspect.py
View file @
95c00fa4
...
@@ -643,5 +643,3 @@ def stack(context=1):
...
@@ -643,5 +643,3 @@ def stack(context=1):
def trace(context=1):
def trace(context=1):
"""
Return
a
list
of
records
for
the
stack
below
the
current
exception
.
"""
"""
Return
a
list
of
records
for
the
stack
below
the
current
exception
.
"""
return getinnerframes(sys.exc_traceback, context)
return getinnerframes(sys.exc_traceback, context)
Lib/pydoc.py
View file @
95c00fa4
...
@@ -1416,5 +1416,3 @@ def cli():
...
@@ -1416,5 +1416,3 @@ def cli():
"""
%
(
cmd
,
os
.
sep
,
cmd
,
cmd
,
cmd
,
cmd
,
os
.
sep
)
"""
%
(
cmd
,
os
.
sep
,
cmd
,
cmd
,
cmd
,
cmd
,
os
.
sep
)
if
__name__
==
'__main__'
:
cli
()
if
__name__
==
'__main__'
:
cli
()
Lib/test/test_scope.py
View file @
95c00fa4
...
@@ -405,4 +405,3 @@ for i in range(100):
...
@@ -405,4 +405,3 @@ for i in range(100):
f1
()
f1
()
verify
(
Foo
.
count
==
0
)
verify
(
Foo
.
count
==
0
)
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