Skip to content

Commit 928cd62

Browse files
[po] auto sync
1 parent ab975a2 commit 928cd62

11 files changed

Lines changed: 15978 additions & 15796 deletions

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "3.52%", "updated_at": "2026-02-05T14:44:56Z"}
1+
{"translation": "3.51%", "updated_at": "2026-02-05T15:46:29Z"}

library/urllib.robotparser.mo

0 Bytes
Binary file not shown.

library/urllib.robotparser.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-11-05 14:15+0000\n"
14+
"POT-Creation-Date: 2026-02-05 14:39+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Russian (https://app.transifex.com/python-doc/teams/5390/ru/)\n"
@@ -107,19 +107,19 @@ msgstr ""
107107
msgid ""
108108
">>> import urllib.robotparser\n"
109109
">>> rp = urllib.robotparser.RobotFileParser()\n"
110-
">>> rp.set_url(\"http://www.musi-cal.com/robots.txt\")\n"
110+
">>> rp.set_url(\"http://www.pythontest.net/robots.txt\")\n"
111111
">>> rp.read()\n"
112112
">>> rrate = rp.request_rate(\"*\")\n"
113113
">>> rrate.requests\n"
114-
"3\n"
114+
"1\n"
115115
">>> rrate.seconds\n"
116-
"20\n"
116+
"1\n"
117117
">>> rp.crawl_delay(\"*\")\n"
118118
"6\n"
119-
">>> rp.can_fetch(\"*\", \"http://www.musi-cal.com/cgi-bin/search?city=San+Francisco\")\n"
120-
"False\n"
121-
">>> rp.can_fetch(\"*\", \"http://www.musi-cal.com/\")\n"
122-
"True"
119+
">>> rp.can_fetch(\"*\", \"http://www.pythontest.net/\")\n"
120+
"True\n"
121+
">>> rp.can_fetch(\"*\", \"http://www.pythontest.net/no-robots-here/\")\n"
122+
"False"
123123
msgstr ""
124124

125125
#: ../../library/urllib.robotparser.rst:12

reference/datamodel.mo

-814 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)