mirror of
https://github.com/python/cpython.git
synced 2025-10-30 05:01:30 +00:00
Whitespace normalization, via reindent.py.
This commit is contained in:
parent
e6ddc8b20b
commit
182b5aca27
453 changed files with 31318 additions and 31452 deletions
|
|
@ -25,7 +25,7 @@ def url2pathname(url):
|
|||
if '$' in components:
|
||||
del components[0]
|
||||
else:
|
||||
components[0] = '$'
|
||||
components[0] = '$'
|
||||
# Remove . and embedded ..
|
||||
i = 0
|
||||
while i < len(components):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue