[Python-checkins] CVS: python/dist/src/Lib/lib-old Para.py,1.5,1.6 ni.py,1.2,1.3
Thomas Wouters
python-dev@python.org
2000年7月16日 05:04:33 -0700
Update of /cvsroot/python/python/dist/src/Lib/lib-old
In directory slayer.i.sourceforge.net:/tmp/cvs-serv11187/Lib/lib-old
Modified Files:
Para.py ni.py
Log Message:
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
comments, docstrings or error messages. I fixed two minor things in
test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't").
There is a minor style issue involved: Guido seems to have preferred English
grammar (behaviour, honour) in a couple places. This patch changes that to
American, which is the more prominent style in the source. I prefer English
myself, so if English is preferred, I'd be happy to supply a patch myself ;)
Index: Para.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/lib-old/Para.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** Para.py 2000年05月08日 17:29:50 1.5
--- Para.py 2000年07月16日 12:04:31 1.6
***************
*** 57,61 ****
# Tab to a given position (relative to the current left indent):
# remove all stretch, add fixed space up to the new indent.
! # If the current position is already beying the tab stop,
# don't add any new space (but still remove the stretch)
def tabto(self, tab):
--- 57,61 ----
# Tab to a given position (relative to the current left indent):
# remove all stretch, add fixed space up to the new indent.
! # If the current position is already at the tab stop,
# don't add any new space (but still remove the stretch)
def tabto(self, tab):
Index: ni.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/lib-old/ni.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ni.py 1998年06月09日 19:17:07 1.2
--- ni.py 2000年07月16日 12:04:31 1.3
***************
*** 65,69 ****
__domain__, defines a list of *packages* that are searched (using
their respective module search paths) to satisfy imports. It is
! initialized to the list cosisting of the package itself, its parent
package, its parent's parent, and so on, ending with the root package
(the nameless package containing all top-level packages and modules,
--- 65,69 ----
__domain__, defines a list of *packages* that are searched (using
their respective module search paths) to satisfy imports. It is
! initialized to the list consisting of the package itself, its parent
package, its parent's parent, and so on, ending with the root package
(the nameless package containing all top-level packages and modules,