6
6
msgstr ""
7
7
"Project-Id-Version : Python 3.13\n "
8
8
"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 "
10
10
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
11
11
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
12
12
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -428,6 +428,7 @@ msgid ""
428
428
msgstr ""
429
429
430
430
#: ../../whatsnew/3.13.rst:268
431
+ #, fuzzy
431
432
msgid ""
432
433
"$ python random.py\n"
433
434
"Traceback (most recent call last):\n"
@@ -438,7 +439,8 @@ msgid ""
438
439
" ^^^^^^^^^^^^^^\n"
439
440
"AttributeError: module 'random' has no attribute 'randint' (consider "
440
441
"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)"
442
444
msgstr ""
443
445
"$ python random.py\n"
444
446
"Traceback (most recent call last):\n"
@@ -459,6 +461,7 @@ msgid ""
459
461
msgstr ""
460
462
461
463
#: ../../whatsnew/3.13.rst:283
464
+ #, fuzzy
462
465
msgid ""
463
466
"$ python numpy.py\n"
464
467
"Traceback (most recent call last):\n"
@@ -468,8 +471,8 @@ msgid ""
468
471
" np.array([1, 2, 3])\n"
469
472
" ^^^^^^^^\n"
470
473
"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)"
473
476
msgstr ""
474
477
"$ python numpy.py\n"
475
478
"Traceback (most recent call last):\n"
0 commit comments