Changeset 391 for python/trunk/Doc/library/robotparser.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/robotparser.rst
r2 r391 17 17 .. note:: 18 18 The :mod:`robotparser` module has been renamed :mod:`urllib.robotparser` in 19 Python 3. 0.19 Python 3. 20 20 The :term:`2to3` tool will automatically adapt imports when converting 21 your sources to 3.0.21 your sources to Python 3. 22 22 23 23 This module provides a single class, :class:`RobotFileParser`, which answers … … 27 27 28 28 29 .. class:: RobotFileParser( )29 .. class:: RobotFileParser(url='') 30 30 31 This class provides a set of methods to read, parse and answer questions32 about a single :file:`robots.txt` file.31 This class provides methods to read, parse and answer questions about the 32 :file:`robots.txt` file at *url*. 33 33 34 34
Note:
See TracChangeset
for help on using the changeset viewer.