[Python-checkins] r47001 - peps/trunk/pep-0291.txt

george.yoshida python-checkins at python.org
Sat Jun 17 17:50:50 CEST 2006


Author: george.yoshida
Date: Sat Jun 17 17:50:49 2006
New Revision: 47001

Modified:
   peps/trunk/pep-0291.txt
Log:
Replace tabs to spaces.


Modified: peps/trunk/pep-0291.txt
==============================================================================
--- peps/trunk/pep-0291.txt	(original)
+++ peps/trunk/pep-0291.txt	Sat Jun 17 17:50:49 2006
@@ -59,10 +59,10 @@
           1.5.2    string methods, Unicode, list comprehensions, 
                    augmented assignment (eg, +=), zip(), import x as y,
                    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,
-	           function attributes, plus all features below
+                   function attributes, plus all features below
 
           2.1      use of object or new-style classes, iterators, 
                    using generators, nested scopes, or //
@@ -70,12 +70,12 @@
                    plus all features below
 
           2.2      bool, True, False, basestring, enumerate(),
-	           {}.pop(), PendingDeprecationWarning,
-		   Universal Newlines, plus all features below
+                   {}.pop(), PendingDeprecationWarning,
+                   Universal Newlines, plus all features below
 
-	  2.3      generator expressions, multi-line imports,
-	           decorators, int/long unification, set/frozenset,
-		   reversed(), sorted(), "".rsplit()
+          2.3      generator expressions, multi-line imports,
+                   decorators, int/long unification, set/frozenset,
+                   reversed(), sorted(), "".rsplit()
 
           2.4      ???
 


More information about the Python-checkins mailing list