@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.8\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2019-10-12 11:39 +0000\n "
15
+ "POT-Creation-Date : 2019-10-13 11:40 +0000\n "
16
16
"PO-Revision-Date : 2019-09-01 14:44+0000\n "
17
17
"Last-Translator : tomo, 2019\n "
18
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1449,8 +1449,8 @@ msgid ""
1449
1449
" Svetlov in :issue:`32972`.)"
1450
1450
msgstr ""
1451
1451
1452
- #: ../../whatsnew/3.8.rst:1116 ../../whatsnew/3.8.rst:1742
1453
- #: ../../whatsnew/3.8.rst:1759 ../../whatsnew/3.8.rst:1776
1452
+ #: ../../whatsnew/3.8.rst:1116 ../../whatsnew/3.8.rst:1746
1453
+ #: ../../whatsnew/3.8.rst:1763 ../../whatsnew/3.8.rst:1780
1454
1454
msgid "Example::"
1455
1455
msgstr "以下はプログラム例です::"
1456
1456
@@ -2288,7 +2288,14 @@ msgid ""
2288
2288
"instead of :exc:`KeyError`. (Contributed by Xiang Zhang in :issue:`33106`.)"
2289
2289
msgstr ""
2290
2290
2291
- #: ../../whatsnew/3.8.rst:1664
2291
+ #: ../../whatsnew/3.8.rst:1662
2292
+ msgid ""
2293
+ "The Exception :class:`asyncio.CancelledError` now inherits from "
2294
+ ":class:`BaseException` rather than a :class:`Exception`. (Contributed by "
2295
+ "Yury Selivanov in :issue:`13528`.)"
2296
+ msgstr ""
2297
+
2298
+ #: ../../whatsnew/3.8.rst:1668
2292
2299
msgid ""
2293
2300
"DLL dependencies for extension modules and DLLs loaded with :mod:`ctypes` on"
2294
2301
" Windows are now resolved more securely. Only the system paths, the "
@@ -2303,14 +2310,14 @@ msgid ""
2303
2310
"also verified by the installer). (See :issue:`36085`.)"
2304
2311
msgstr ""
2305
2312
2306
- #: ../../whatsnew/3.8.rst:1677
2313
+ #: ../../whatsnew/3.8.rst:1681
2307
2314
msgid ""
2308
2315
"The header files and functions related to pgen have been removed after its "
2309
2316
"replacement by a pure Python implementation. (Contributed by Pablo Galindo "
2310
2317
"in :issue:`36623`.)"
2311
2318
msgstr ""
2312
2319
2313
- #: ../../whatsnew/3.8.rst:1681
2320
+ #: ../../whatsnew/3.8.rst:1685
2314
2321
msgid ""
2315
2322
":class:`types.CodeType` has a new parameter in the second position of the "
2316
2323
"constructor (*posonlyargcount*) to support positional-only arguments defined"
@@ -2320,26 +2327,26 @@ msgid ""
2320
2327
" future-proof."
2321
2328
msgstr ""
2322
2329
2323
- #: ../../whatsnew/3.8.rst:1690
2330
+ #: ../../whatsnew/3.8.rst:1694
2324
2331
msgid "Changes in the C API"
2325
2332
msgstr "C API の変更"
2326
2333
2327
- #: ../../whatsnew/3.8.rst:1692
2334
+ #: ../../whatsnew/3.8.rst:1696
2328
2335
msgid ""
2329
2336
"The :c:type:`PyCompilerFlags` structure gets a new *cf_feature_version* "
2330
2337
"field. It should be initialized to ``PY_MINOR_VERSION``. The field is "
2331
2338
"ignored by default, it is used if and only if ``PyCF_ONLY_AST`` flag is set "
2332
2339
"in *cf_flags*."
2333
2340
msgstr ""
2334
2341
2335
- #: ../../whatsnew/3.8.rst:1697
2342
+ #: ../../whatsnew/3.8.rst:1701
2336
2343
msgid ""
2337
2344
"The :c:func:`PyEval_ReInitThreads` function has been removed from the C API."
2338
2345
" It should not be called explicitly: use :c:func:`PyOS_AfterFork_Child` "
2339
2346
"instead. (Contributed by Victor Stinner in :issue:`36728`.)"
2340
2347
msgstr ""
2341
2348
2342
- #: ../../whatsnew/3.8.rst:1702
2349
+ #: ../../whatsnew/3.8.rst:1706
2343
2350
msgid ""
2344
2351
"On Unix, C extensions are no longer linked to libpython except on Android "
2345
2352
"and Cygwin. When Python is embedded, ``libpython`` must not be loaded with "
@@ -2350,7 +2357,7 @@ msgid ""
2350
2357
"Stinner in :issue:`21536`.)"
2351
2358
msgstr ""
2352
2359
2353
- #: ../../whatsnew/3.8.rst:1710
2360
+ #: ../../whatsnew/3.8.rst:1714
2354
2361
msgid ""
2355
2362
"Use of ``#`` variants of formats in parsing or building value (e.g. "
2356
2363
":c:func:`PyArg_ParseTuple`, :c:func:`Py_BuildValue`, "
@@ -2360,7 +2367,7 @@ msgid ""
2360
2367
":issue:`36381`.)"
2361
2368
msgstr ""
2362
2369
2363
- #: ../../whatsnew/3.8.rst:1716
2370
+ #: ../../whatsnew/3.8.rst:1720
2364
2371
msgid ""
2365
2372
"Instances of heap-allocated types (such as those created with "
2366
2373
":c:func:`PyType_FromSpec`) hold a reference to their type object. Increasing"
@@ -2371,11 +2378,11 @@ msgid ""
2371
2378
"managed code."
2372
2379
msgstr ""
2373
2380
2374
- #: ../../whatsnew/3.8.rst:1724
2381
+ #: ../../whatsnew/3.8.rst:1728
2375
2382
msgid "Statically allocated types are not affected."
2376
2383
msgstr ""
2377
2384
2378
- #: ../../whatsnew/3.8.rst:1726
2385
+ #: ../../whatsnew/3.8.rst:1730
2379
2386
msgid ""
2380
2387
"For the vast majority of cases, there should be no side effect. However, "
2381
2388
"types that manually increase the reference count after allocating an "
@@ -2384,12 +2391,12 @@ msgid ""
2384
2391
"instance deallocation."
2385
2392
msgstr ""
2386
2393
2387
- #: ../../whatsnew/3.8.rst:1732
2394
+ #: ../../whatsnew/3.8.rst:1736
2388
2395
msgid ""
2389
2396
"To correctly port these types into 3.8, please apply the following changes:"
2390
2397
msgstr ""
2391
2398
2392
- #: ../../whatsnew/3.8.rst:1735
2399
+ #: ../../whatsnew/3.8.rst:1739
2393
2400
msgid ""
2394
2401
"Remove :c:macro:`Py_INCREF` on the type object after allocating an instance "
2395
2402
"- if any. This may happen after calling :c:func:`PyObject_New`, "
@@ -2398,27 +2405,27 @@ msgid ""
2398
2405
":c:func:`PyObject_Init` or :c:func:`PyObject_INIT`."
2399
2406
msgstr ""
2400
2407
2401
- #: ../../whatsnew/3.8.rst:1756
2408
+ #: ../../whatsnew/3.8.rst:1760
2402
2409
msgid ""
2403
2410
"Ensure that all custom ``tp_dealloc`` functions of heap-allocated types "
2404
2411
"decrease the type's reference count."
2405
2412
msgstr ""
2406
2413
2407
- #: ../../whatsnew/3.8.rst:1771
2414
+ #: ../../whatsnew/3.8.rst:1775
2408
2415
msgid "(Contributed by Eddie Elizondo in :issue:`35810`.)"
2409
2416
msgstr ""
2410
2417
2411
- #: ../../whatsnew/3.8.rst:1773
2418
+ #: ../../whatsnew/3.8.rst:1777
2412
2419
msgid ""
2413
2420
"The :c:macro:`Py_DEPRECATED()` macro has been implemented for MSVC. The "
2414
2421
"macro now must be placed before the symbol name."
2415
2422
msgstr ""
2416
2423
2417
- #: ../../whatsnew/3.8.rst:1780
2424
+ #: ../../whatsnew/3.8.rst:1784
2418
2425
msgid "(Contributed by Zackery Spytz in :issue:`33407`.)"
2419
2426
msgstr ""
2420
2427
2421
- #: ../../whatsnew/3.8.rst:1782
2428
+ #: ../../whatsnew/3.8.rst:1786
2422
2429
msgid ""
2423
2430
"The interpreter does not pretend to support binary compatibility of "
2424
2431
"extension types across feature releases, anymore. A :c:type:`PyTypeObject` "
@@ -2428,24 +2435,24 @@ msgid ""
2428
2435
"not checked anymore before reading :c:member:`~PyTypeObject.tp_finalize`)."
2429
2436
msgstr ""
2430
2437
2431
- #: ../../whatsnew/3.8.rst:1789
2438
+ #: ../../whatsnew/3.8.rst:1793
2432
2439
msgid "(Contributed by Antoine Pitrou in :issue:`32388`.)"
2433
2440
msgstr ""
2434
2441
2435
- #: ../../whatsnew/3.8.rst:1791
2442
+ #: ../../whatsnew/3.8.rst:1795
2436
2443
msgid ""
2437
2444
"The :c:func:`PyCode_New` has a new parameter in the second position "
2438
2445
"(*posonlyargcount*) to support :pep:`570`, indicating the number of "
2439
2446
"positional-only arguments."
2440
2447
msgstr ""
2441
2448
2442
- #: ../../whatsnew/3.8.rst:1794
2449
+ #: ../../whatsnew/3.8.rst:1798
2443
2450
msgid ""
2444
2451
"The functions :c:func:`PyNode_AddChild` and :c:func:`PyParser_AddToken` now "
2445
2452
"accept two additional ``int`` arguments *end_lineno* and *end_col_offset*."
2446
2453
msgstr ""
2447
2454
2448
- #: ../../whatsnew/3.8.rst:1799
2455
+ #: ../../whatsnew/3.8.rst:1803
2449
2456
msgid ""
2450
2457
"The :file:`libpython38.a` file to allow MinGW tools to link directly against"
2451
2458
" :file:`python38.dll` is no longer included in the regular Windows "
@@ -2454,7 +2461,7 @@ msgid ""
2454
2461
"package::"
2455
2462
msgstr ""
2456
2463
2457
- #: ../../whatsnew/3.8.rst:1807
2464
+ #: ../../whatsnew/3.8.rst:1811
2458
2465
msgid ""
2459
2466
"The location of an installed :file:`pythonXY.dll` will depend on the "
2460
2467
"installation options and the version and language of Windows. See :ref"
@@ -2463,19 +2470,19 @@ msgid ""
2463
2470
" :file:`libs` directory under your Python installation."
2464
2471
msgstr ""
2465
2472
2466
- #: ../../whatsnew/3.8.rst:1817
2473
+ #: ../../whatsnew/3.8.rst:1821
2467
2474
msgid "CPython bytecode changes"
2468
2475
msgstr "CPython バイトコードの変更"
2469
2476
2470
- #: ../../whatsnew/3.8.rst:1819
2477
+ #: ../../whatsnew/3.8.rst:1823
2471
2478
msgid ""
2472
2479
"The interpreter loop has been simplified by moving the logic of unrolling "
2473
2480
"the stack of blocks into the compiler. The compiler emits now explicit "
2474
2481
"instructions for adjusting the stack of values and calling the cleaning-up "
2475
2482
"code for :keyword:`break`, :keyword:`continue` and :keyword:`return`."
2476
2483
msgstr ""
2477
2484
2478
- #: ../../whatsnew/3.8.rst:1825
2485
+ #: ../../whatsnew/3.8.rst:1829
2479
2486
msgid ""
2480
2487
"Removed opcodes :opcode:`BREAK_LOOP`, :opcode:`CONTINUE_LOOP`, "
2481
2488
":opcode:`SETUP_LOOP` and :opcode:`SETUP_EXCEPT`. Added new opcodes "
@@ -2484,32 +2491,32 @@ msgid ""
2484 2491
":opcode:`WITH_CLEANUP_START`."
2485
2492
msgstr ""
2486
2493
2487
- #: ../../whatsnew/3.8.rst:1831
2494
+ #: ../../whatsnew/3.8.rst:1835
2488
2495
msgid ""
2489
2496
"(Contributed by Mark Shannon, Antoine Pitrou and Serhiy Storchaka in "
2490
2497
":issue:`17611`.)"
2491
2498
msgstr ""
2492
2499
2493
- #: ../../whatsnew/3.8.rst:1834
2500
+ #: ../../whatsnew/3.8.rst:1838
2494
2501
msgid ""
2495
2502
"Added new opcode :opcode:`END_ASYNC_FOR` for handling exceptions raised when"
2496
2503
" awaiting a next item in an :keyword:`async for` loop. (Contributed by "
2497
2504
"Serhiy Storchaka in :issue:`33041`.)"
2498
2505
msgstr ""
2499
2506
2500
- #: ../../whatsnew/3.8.rst:1838
2507
+ #: ../../whatsnew/3.8.rst:1842
2501
2508
msgid ""
2502
2509
"The :opcode:`MAP_ADD` now expects the value as the first element in the "
2503
2510
"stack and the key as the second element. This change was made so the key is "
2504
2511
"always evaluated before the value in dictionary comprehensions, as proposed "
2505
2512
"by :pep:`572`. (Contributed by Jörn Heissler in :issue:`35224`.)"
2506
2513
msgstr ""
2507
2514
2508
- #: ../../whatsnew/3.8.rst:1845
2515
+ #: ../../whatsnew/3.8.rst:1849
2509
2516
msgid "Demos and Tools"
2510
2517
msgstr ""
2511
2518
2512
- #: ../../whatsnew/3.8.rst:1847
2519
+ #: ../../whatsnew/3.8.rst:1851
2513
2520
msgid ""
2514
2521
"Added a benchmark script for timing various ways to access variables: "
2515
2522
"``Tools/scripts/var_access_benchmark.py``. (Contributed by Raymond Hettinger"
0 commit comments