Replace tabs to spaces.

This commit is contained in:
George Yoshida 2006-06-17 15:50:49 +00:00
parent 46194d8b69
commit 1088af6597
1 changed files with 7 additions and 7 deletions

View File

@ -59,10 +59,10 @@ Features to Avoid
1.5.2 string methods, Unicode, list comprehensions, 1.5.2 string methods, Unicode, list comprehensions,
augmented assignment (eg, +=), zip(), import x as y, augmented assignment (eg, +=), zip(), import x as y,
dict.setdefault(), print >> f, dict.setdefault(), print >> f,
calling f(*args, **kw), plus all features below calling f(*args, **kw), plus all features below
2.0 nested scopes, rich comparisons, 2.0 nested scopes, rich comparisons,
function attributes, plus all features below function attributes, plus all features below
2.1 use of object or new-style classes, iterators, 2.1 use of object or new-style classes, iterators,
using generators, nested scopes, or // using generators, nested scopes, or //
@ -70,12 +70,12 @@ Features to Avoid
plus all features below plus all features below
2.2 bool, True, False, basestring, enumerate(), 2.2 bool, True, False, basestring, enumerate(),
{}.pop(), PendingDeprecationWarning, {}.pop(), PendingDeprecationWarning,
Universal Newlines, plus all features below Universal Newlines, plus all features below
2.3 generator expressions, multi-line imports, 2.3 generator expressions, multi-line imports,
decorators, int/long unification, set/frozenset, decorators, int/long unification, set/frozenset,
reversed(), sorted(), "".rsplit() reversed(), sorted(), "".rsplit()
2.4 ??? 2.4 ???