Skip to content

Commit f8fac65

Browse files
sync with cpython d46d291b
1 parent 4dda80e commit f8fac65

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

whatsnew/3.13.po

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.13\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2024-10-22 00:13+0000\n"
9+
"POT-Creation-Date: 2024-10-25 00:13+0000\n"
1010
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -428,6 +428,7 @@ msgid ""
428428
msgstr ""
429429

430430
#: ../../whatsnew/3.13.rst:268
431+
#, fuzzy
431432
msgid ""
432433
"$ python random.py\n"
433434
"Traceback (most recent call last):\n"
@@ -438,7 +439,8 @@ msgid ""
438439
" ^^^^^^^^^^^^^^\n"
439440
"AttributeError: module 'random' has no attribute 'randint' (consider "
440441
"renaming '/home/me/random.py' since it has the same name as the standard "
441-
"library module named 'random' and the import system gives it precedence)"
442+
"library module named 'random' and prevents importing that standard library "
443+
"module)"
442444
msgstr ""
443445
"$ python random.py\n"
444446
"Traceback (most recent call last):\n"
@@ -459,6 +461,7 @@ msgid ""
459461
msgstr ""
460462

461463
#: ../../whatsnew/3.13.rst:283
464+
#, fuzzy
462465
msgid ""
463466
"$ python numpy.py\n"
464467
"Traceback (most recent call last):\n"
@@ -468,8 +471,8 @@ msgid ""
468471
" np.array([1, 2, 3])\n"
469472
" ^^^^^^^^\n"
470473
"AttributeError: module 'numpy' has no attribute 'array' (consider renaming '/"
471-
"home/me/numpy.py' if it has the same name as a third-party module you "
472-
"intended to import)"
474+
"home/me/numpy.py' if it has the same name as a library you intended to "
475+
"import)"
473476
msgstr ""
474477
"$ python numpy.py\n"
475478
"Traceback (most recent call last):\n"

0 commit comments

Comments
 (0)