66msgstr ""
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 ""
428428msgstr ""
429429
430430#: ../../whatsnew/3.13.rst:268
431+ #, fuzzy
431432msgid ""
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)"
442444msgstr ""
443445"$ python random.py\n"
444446"Traceback (most recent call last):\n"
@@ -459,6 +461,7 @@ msgid ""
459461msgstr ""
460462
461463#: ../../whatsnew/3.13.rst:283
464+ #, fuzzy
462465msgid ""
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)"
473476msgstr ""
474477"$ python numpy.py\n"
475478"Traceback (most recent call last):\n"
0 commit comments