[Python-checkins] python/dist/src/Lib SimpleXMLRPCServer.py, 1.10, 1.11 tarfile.py, 1.28, 1.29 ConfigParser.py, 1.68, 1.69 difflib.py, 1.28, 1.29 pydoc.py, 1.104, 1.105

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Fri Jul 22 23:50:02 CEST 2005


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21637/Lib
Modified Files:
	SimpleXMLRPCServer.py tarfile.py ConfigParser.py difflib.py 
	pydoc.py 
Log Message:
Fix all wrong instances of "it's".
Index: SimpleXMLRPCServer.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/SimpleXMLRPCServer.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- SimpleXMLRPCServer.py	3 Feb 2005 15:01:24 -0000	1.10
+++ SimpleXMLRPCServer.py	22 Jul 2005 21:49:29 -0000	1.11
@@ -170,7 +170,7 @@
 
 If the registered instance has a _dispatch method then that
 method will be called with the name of the XML-RPC method and
- it's parameters as a tuple
+ its parameters as a tuple
 e.g. instance._dispatch('add',(2,3))
 
 If the registered instance does not have a _dispatch method
@@ -371,7 +371,7 @@
 
 If the registered instance has a _dispatch method then that
 method will be called with the name of the XML-RPC method and
- it's parameters as a tuple
+ its parameters as a tuple
 e.g. instance._dispatch('add',(2,3))
 
 If the registered instance does not have a _dispatch method
Index: tarfile.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/tarfile.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- tarfile.py	28 Mar 2005 01:08:02 -0000	1.28
+++ tarfile.py	22 Jul 2005 21:49:29 -0000	1.29
@@ -1462,7 +1462,7 @@
 # stream of tar blocks.
 raise StreamError, "cannot extract (sym)link as file object"
 else:
- # A (sym)link's file object is it's target's file object.
+ # A (sym)link's file object is its target's file object.
 return self.extractfile(self._getmember(tarinfo.linkname,
 tarinfo))
 else:
Index: ConfigParser.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/ConfigParser.py,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- ConfigParser.py	3 Oct 2004 15:55:09 -0000	1.68
+++ ConfigParser.py	22 Jul 2005 21:49:29 -0000	1.69
@@ -28,7 +28,7 @@
 create the parser and specify a dictionary of intrinsic defaults. The
 keys must be strings, the values must be appropriate for %()s string
 interpolation. Note that `__name__' is always an intrinsic default;
- it's value is the section's name.
+ its value is the section's name.
 
 sections()
 return all the configuration section names, sans DEFAULT
Index: difflib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/difflib.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- difflib.py	12 Nov 2004 16:12:15 -0000	1.28
+++ difflib.py	22 Jul 2005 21:49:29 -0000	1.29
@@ -1371,7 +1371,7 @@
 text = ' '
 # insert marks that won't be noticed by an xml/html escaper.
 text = '0円' + format_key + text + '1円'
- # Return line of text, first allow user's line formatter to do it's
+ # Return line of text, first allow user's line formatter to do its
 # thing (such as adding the line number) then replace the special
 # marks with what the user's change markup.
 return (num_lines[side],text)
@@ -1472,7 +1472,7 @@
 """Yields from/to lines of text with a change indication.
 
 This function is an iterator. It itself pulls lines from the line
- iterator. It's difference from that iterator is that this function
+ iterator. Its difference from that iterator is that this function
 always yields a pair of from/to text lines (with the change
 indication). If necessary it will collect single from/to lines
 until it has a matching pair from/to pair to yield.
Index: pydoc.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/pydoc.py,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- pydoc.py	19 Feb 2005 22:58:26 -0000	1.104
+++ pydoc.py	22 Jul 2005 21:49:29 -0000	1.105
@@ -92,7 +92,7 @@
 return name
 
 def isdata(object):
- """Check if an object is of a type that probably means it's data."""
+ """Check if an object is of a type that probably means its data."""
 return not (inspect.ismodule(object) or inspect.isclass(object) or
 inspect.isroutine(object) or inspect.isframe(object) or
 inspect.istraceback(object) or inspect.iscode(object))


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /