[Python-checkins] cpython (merge 3.2 -> 3.3): Merge with 3.2

terry.reedy python-checkins at python.org
Fri Mar 15 21:52:06 CET 2013


http://hg.python.org/cpython/rev/166fb6ecb55a
changeset:   82672:166fb6ecb55a
branch:      3.3
parent:      82667:937989570b42
parent:      82671:4be7f8da7adf
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Fri Mar 15 16:50:54 2013 -0400
summary:
  Merge with 3.2

files:
  Doc/library/urllib.robotparser.rst |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Doc/library/urllib.robotparser.rst b/Doc/library/urllib.robotparser.rst
--- a/Doc/library/urllib.robotparser.rst
+++ b/Doc/library/urllib.robotparser.rst
@@ -19,10 +19,10 @@
 structure of :file:`robots.txt` files, see http://www.robotstxt.org/orig.html.
 
 
-.. class:: RobotFileParser()
+.. class:: RobotFileParser(url='')
 
-   This class provides a set of methods to read, parse and answer questions
-   about a single :file:`robots.txt` file.
+   This class provides methods to read, parse and answer questions about the
+   :file:`robots.txt` file at *url*.
 
    .. method:: set_url(url)
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list