Skip to content

Commit d43bb46

Browse files
committed
Merge branch '3.14' of https://github.com/python/cpython into 3.14
2 parents 1ee3242 + 3b0a3c4 commit d43bb46

4 files changed

Lines changed: 441 additions & 111 deletions

File tree

Doc/library/urllib.robotparser.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
This module provides a single class, :class:`RobotFileParser`, which answers
2121
questions about whether or not a particular user agent can fetch a URL on the
2222
website that published the :file:`robots.txt` file. For more details on the
23-
structure of :file:`robots.txt` files, see http://www.robotstxt.org/orig.html.
23+
structure of :file:`robots.txt` files, see :rfc:`9309`.
2424

2525

2626
.. class:: RobotFileParser(url='')

0 commit comments

Comments
 (0)