Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/robotparser.rst

    r2 r391  
    1717.. note::
    1818   The :mod:`robotparser` module has been renamed :mod:`urllib.robotparser` in
    19    Python 3.0.
     19   Python 3.
    2020   The :term:`2to3` tool will automatically adapt imports when converting
    21    your sources to 3.0.
     21   your sources to Python 3.
    2222
    2323This module provides a single class, :class:`RobotFileParser`, which answers
     
    2727
    2828
    29 .. class:: RobotFileParser()
     29.. class:: RobotFileParser(url='')
    3030
    31    This class provides a set of methods to read, parse and answer questions
    32    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*.
    3333
    3434
Note: See TracChangeset for help on using the changeset viewer.