mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Whitespace normalization.
This commit is contained in:
parent
4b92a82504
commit
d6e7e73ff8
3 changed files with 3 additions and 3 deletions
|
|
@ -102,7 +102,7 @@ def _copy_immutable(x):
|
|||
for t in (type(None), int, long, float, bool, str, tuple,
|
||||
frozenset, type, xrange, types.ClassType,
|
||||
types.BuiltinFunctionType,
|
||||
types.FunctionType):
|
||||
types.FunctionType):
|
||||
d[t] = _copy_immutable
|
||||
for name in ("ComplexType", "UnicodeType", "CodeType"):
|
||||
t = getattr(types, name, None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue