This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: normalize whitespace
Type: Stage:
Components: Demos and Tools Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: loewis, quiver
Priority: normal Keywords: patch

Created on 2003-09-25 11:13 by quiver, last changed 2022-04-10 16:11 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
normspace.diff quiver, 2003-09-25 11:13
Messages (2)
msg44693 - (view) Author: George Yoshida (quiver) (Python committer) Date: 2003-09-25 11:13
I normalized some old codes to use 4-space indent.

* Lib/distutils/sysconfig.py
  8-space indent was used at two places and a tab 
at one place.
  Change them into 4-space indents to be 
consistent with other indents.

* Tools/
  Change 8-space tabs into 4-space indents.
  Changes are made to all Python scripts except 
those at Tools/freeze directory.
msg44694 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-10-24 20:10
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as

sysconfig.py 1.58
faqconf.py 1.25
template.py 1.2
EXAMPLE.py 1.3
ScrolledListbox.py 1.2
PyncheWidget.py 2.28
StripViewer.py 2.16
_checkversion.py 1.2
checkversions.py 1.4
pyversioncheck.py 1.5
History
Date User Action Args
2022-04-10 16:11:23adminsetgithub: 39302
2003-09-25 11:13:49quivercreate