[Python-checkins] r55014 - peps/trunk/pep-0008.txt peps/trunk/pep-0237.txt peps/trunk/pep-0242.txt peps/trunk/pep-0359.txt peps/trunk/pep-3118.txt (original) (raw)

andrew.kuchling python-checkins at python.org
Sat Apr 28 02:36:50 CEST 2007


Author: andrew.kuchling Date: Sat Apr 28 02:36:48 2007 New Revision: 55014

Modified: peps/trunk/pep-0008.txt peps/trunk/pep-0237.txt peps/trunk/pep-0242.txt peps/trunk/pep-0359.txt peps/trunk/pep-3118.txt Log: Fix 'the the' error

Modified: peps/trunk/pep-0008.txt

--- peps/trunk/pep-0008.txt (original) +++ peps/trunk/pep-0008.txt Sat Apr 28 02:36:48 2007 @@ -502,7 +502,7 @@ only.) The conventions are about the same as those for functions.

   Modules that are designed for use via "from M import *" should use the

Modified: peps/trunk/pep-0237.txt

--- peps/trunk/pep-0237.txt (original) +++ peps/trunk/pep-0237.txt Sat Apr 28 02:36:48 2007 @@ -276,7 +276,7 @@ import warnings warnings.filterwarnings("default", "", OverflowWarning)

Modified: peps/trunk/pep-0242.txt

--- peps/trunk/pep-0242.txt (original) +++ peps/trunk/pep-0242.txt Sat Apr 28 02:36:48 2007 @@ -51,7 +51,7 @@ long, and must support at least one kind of floating point number, equivalent to the present float.

Modified: peps/trunk/pep-0359.txt

--- peps/trunk/pep-0359.txt (original) +++ peps/trunk/pep-0359.txt Sat Apr 28 02:36:48 2007 @@ -159,7 +159,7 @@ hi_there.pack(side=Tkinter.LEFT) root.mainloop()

-could be rewritten to group the the Button's function with its +could be rewritten to group the Button's function with its declaration::

 root = Tkinter.Tk()

Modified: peps/trunk/pep-3118.txt

--- peps/trunk/pep-3118.txt (original) +++ peps/trunk/pep-3118.txt Sat Apr 28 02:36:48 2007 @@ -947,7 +947,7 @@ /* Optional:

    if, after processing, we want to copy data from buffer back


More information about the Python-checkins mailing list