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
7c6c100b
Commit
7c6c100b
authored
Oct 23, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make reindent.py happy (convert everything to 4-space indents!).
parent
7f305658
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
244 additions
and
247 deletions
+244
-247
Lib/lib-tk/Canvas.py
Lib/lib-tk/Canvas.py
+158
-158
Lib/lib-tk/Dialog.py
Lib/lib-tk/Dialog.py
+34
-34
Lib/lib-tk/ScrolledText.py
Lib/lib-tk/ScrolledText.py
+22
-22
Lib/lib-tk/Tkdnd.py
Lib/lib-tk/Tkdnd.py
+15
-15
Lib/lib-tk/Tkinter.py
Lib/lib-tk/Tkinter.py
+0
-1
Lib/lib-tk/tkCommonDialog.py
Lib/lib-tk/tkCommonDialog.py
+0
-1
Lib/lib-tk/tkFont.py
Lib/lib-tk/tkFont.py
+9
-9
Lib/lib-tk/tkSimpleDialog.py
Lib/lib-tk/tkSimpleDialog.py
+6
-7
No files found.
Lib/lib-tk/Canvas.py
View file @
7c6c100b
Lib/lib-tk/Dialog.py
View file @
7c6c100b
Lib/lib-tk/ScrolledText.py
View file @
7c6c100b
Lib/lib-tk/Tkdnd.py
View file @
7c6c100b
Lib/lib-tk/Tkinter.py
View file @
7c6c100b
...
...
@@ -3086,4 +3086,3 @@ def _test():
if
__name__
==
'__main__'
:
_test
()
Lib/lib-tk/tkCommonDialog.py
View file @
7c6c100b
...
...
@@ -63,4 +63,3 @@ class Dialog:
pass
return
s
Lib/lib-tk/tkFont.py
View file @
7c6c100b
Lib/lib-tk/tkSimpleDialog.py
View file @
7c6c100b
...
...
@@ -297,4 +297,3 @@ if __name__ == "__main__":
print
askinteger
(
"Spam"
,
"Egg count"
,
initialvalue
=
12
*
12
)
print
askfloat
(
"Spam"
,
"Egg weight
\
n
(in tons)"
,
minvalue
=
1
,
maxvalue
=
100
)
print
askstring
(
"Spam"
,
"Egg label"
)
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