-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy path3.6.po
3680 lines (3136 loc) · 130 KB
/
3.6.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2025, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# tomo, 2021
# Tetsuo Koyama <[email protected]>, 2021
# Arihiro TAKASE, 2023
# Taichi Haradaguchi, 2024
# Takanori Suzuki <[email protected]>, 2024
# Atsuo Ishimoto <[email protected]>, 2025
# Yosuke Miyashita, 2025
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-02-03 17:40+0000\n"
"PO-Revision-Date: 2021-06-29 13:04+0000\n"
"Last-Translator: Yosuke Miyashita, 2025\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
"ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../../whatsnew/3.6.rst:3
msgid "What's New In Python 3.6"
msgstr "What's New In Python 3.6"
#: ../../whatsnew/3.6.rst:0
msgid "Editors"
msgstr "エディタ"
#: ../../whatsnew/3.6.rst:5
msgid "Elvis Pranskevichus <[email protected]>, Yury Selivanov <[email protected]>"
msgstr "Elvis Pranskevichus <[email protected]>, Yury Selivanov <[email protected]>"
#: ../../whatsnew/3.6.rst:47
msgid ""
"This article explains the new features in Python 3.6, compared to 3.5. "
"Python 3.6 was released on December 23, 2016. See the `changelog <https://"
"docs.python.org/3.6/whatsnew/changelog.html>`_ for a full list of changes."
msgstr ""
"この記事では 3.5 と比較した Python 3.6 の新機能を解説します。\n"
"Python 3.6 は2016年12月23日にリリースされました。\n"
"全詳細については `変更履歴 <https://docs.python.org/3.6/whatsnew/changelog."
"html>`_ をご覧ください。"
#: ../../whatsnew/3.6.rst:54
msgid ":pep:`494` - Python 3.6 Release Schedule"
msgstr ":pep:`494` - Python 3.6 リリーススケジュール"
#: ../../whatsnew/3.6.rst:58
msgid "Summary -- Release highlights"
msgstr "概要 -- リリースハイライト"
#: ../../whatsnew/3.6.rst:60
msgid "New syntax features:"
msgstr "新たな文法機能:"
#: ../../whatsnew/3.6.rst:62
msgid ":ref:`PEP 498 <whatsnew36-pep498>`, formatted string literals."
msgstr ":ref:`PEP 498 <whatsnew36-pep498>`、フォーマット済み文字列リテラル。"
#: ../../whatsnew/3.6.rst:64
msgid ":ref:`PEP 515 <whatsnew36-pep515>`, underscores in numeric literals."
msgstr ":ref:`PEP 515 <whatsnew36-pep515>`、数値リテラル内のアンダースコア。"
#: ../../whatsnew/3.6.rst:66
msgid ":ref:`PEP 526 <whatsnew36-pep526>`, syntax for variable annotations."
msgstr ":ref:`PEP 526 <whatsnew36-pep526>`、変数アノテーションの文法。"
#: ../../whatsnew/3.6.rst:68
msgid ":ref:`PEP 525 <whatsnew36-pep525>`, asynchronous generators."
msgstr ":ref:`PEP 525 <whatsnew36-pep525>`、非同期ジェネレータ。"
#: ../../whatsnew/3.6.rst:70
msgid ":ref:`PEP 530 <whatsnew36-pep530>`: asynchronous comprehensions."
msgstr ":ref:`PEP 530 <whatsnew36-pep530>`: 非同期内包表記"
#: ../../whatsnew/3.6.rst:73
msgid "New library modules:"
msgstr "新たなライブラリモジュール:"
#: ../../whatsnew/3.6.rst:75
msgid ""
":mod:`secrets`: :ref:`PEP 506 -- Adding A Secrets Module To The Standard "
"Library <whatsnew36-pep506>`."
msgstr ""
":mod:`secrets`: :ref:`PEP 506 -- 標準ライブラリーに Secrets モジュールを追加 "
"<whatsnew36-pep506>`."
#: ../../whatsnew/3.6.rst:78
msgid "CPython implementation improvements:"
msgstr "CPython の実装の改善:"
#: ../../whatsnew/3.6.rst:80
msgid ""
"The :ref:`dict <typesmapping>` type has been reimplemented to use a :ref:"
"`more compact representation <whatsnew36-compactdict>` based on `a proposal "
"by Raymond Hettinger <https://mail.python.org/pipermail/python-dev/2012-"
"December/123028.html>`_ and similar to the `PyPy dict implementation`_. "
"This resulted in dictionaries using 20% to 25% less memory when compared to "
"Python 3.5."
msgstr ""
":ref:`dict <typesmapping>` 型は、 `Raymond Hettinger <https://mail.python."
"org/pipermail/python-dev/2012-December/123028.html>`_ の提案に基づき、 `PyPy "
"dict implementation`_ と同様の :ref:`よりコンパクトな表現 <whatsnew36-"
"compactdict>` を使うように再実装されました。\n"
"その結果、 Python 3.5 と比較して辞書が使うメモリ 20% から 25% 減少しました。"
#: ../../whatsnew/3.6.rst:87
msgid ""
"Customization of class creation has been simplified with the :ref:`new "
"protocol <whatsnew36-pep487>`."
msgstr ""
":ref:`新しいプロトコル <whatsnew36-pep487>` により、クラス生成のカスタマイズ"
"がより簡単になりました。"
#: ../../whatsnew/3.6.rst:90
msgid ""
"The class attribute definition order is :ref:`now preserved <whatsnew36-"
"pep520>`."
msgstr ""
"クラス属性の定義の順番が :ref:`保持されるようになりました <whatsnew36-"
"pep520>`。"
#: ../../whatsnew/3.6.rst:93
msgid ""
"The order of elements in ``**kwargs`` now :ref:`corresponds to the order "
"<whatsnew36-pep468>` in which keyword arguments were passed to the function."
msgstr ""
"``**kwargs`` の要素の順序が、キーワード引数が関数に渡されたときの :ref:`順序"
"に一致した <whatsnew36-pep468>` ものになりました。"
#: ../../whatsnew/3.6.rst:97
msgid ""
"DTrace and SystemTap :ref:`probing support <whatsnew36-tracing>` has been "
"added."
msgstr ""
"DTrace と SystemTap の :ref:`プローブのサポート <whatsnew36-tracing>` が追加"
"されました。"
#: ../../whatsnew/3.6.rst:100
msgid ""
"The new :ref:`PYTHONMALLOC <whatsnew36-pythonmalloc>` environment variable "
"can now be used to debug the interpreter memory allocation and access errors."
msgstr ""
"新しい :ref:`PYTHONMALLOC <whatsnew36-pythonmalloc>` 環境変数が、インタープ"
"リタのメモリ確保とメモリアクセスエラーのデバッグに使えるようになりました。"
#: ../../whatsnew/3.6.rst:105
msgid "Significant improvements in the standard library:"
msgstr "標準ライブラリーの顕著な改善"
#: ../../whatsnew/3.6.rst:107
msgid ""
"The :mod:`asyncio` module has received new features, significant usability "
"and performance improvements, and a fair amount of bug fixes. Starting with "
"Python 3.6 the ``asyncio`` module is no longer provisional and its API is "
"considered stable."
msgstr ""
#: ../../whatsnew/3.6.rst:112
msgid ""
"A new :ref:`file system path protocol <whatsnew36-pep519>` has been "
"implemented to support :term:`path-like objects <path-like object>`. All "
"standard library functions operating on paths have been updated to work with "
"the new protocol."
msgstr ""
#: ../../whatsnew/3.6.rst:117
msgid ""
"The :mod:`datetime` module has gained support for :ref:`Local Time "
"Disambiguation <whatsnew36-pep495>`."
msgstr ""
":mod:`datetime` モジュールで :ref:`地域時間の曖昧さ回避 <whatsnew36-pep495>` "
"がサポートされました。"
#: ../../whatsnew/3.6.rst:120
msgid ""
"The :mod:`typing` module received a number of :ref:`improvements <whatsnew36-"
"typing>`."
msgstr ""
":mod:`typing` モジュールに数多くの :ref:`改善 <whatsnew36-typing>` がなされま"
"した。"
#: ../../whatsnew/3.6.rst:123
msgid ""
"The :mod:`tracemalloc` module has been significantly reworked and is now "
"used to provide better output for :exc:`ResourceWarning` as well as provide "
"better diagnostics for memory allocation errors. See the :ref:`PYTHONMALLOC "
"section <whatsnew36-pythonmalloc>` for more information."
msgstr ""
":mod:`tracemalloc` モジュールが大幅に書き直され、改善されたメモリ割り当てエ"
"ラーの診断プログラムの提供だけでなく、 :exc:`ResourceWarning` の出力メッセー"
"ジも改善されています。\n"
"より詳しいことは :ref:`PYTHONMALLOC 節 <whatsnew36-pythonmalloc>` を参照して"
"ください。"
#: ../../whatsnew/3.6.rst:130
msgid "Security improvements:"
msgstr "セキュリティの改善:"
#: ../../whatsnew/3.6.rst:132
msgid ""
"The new :mod:`secrets` module has been added to simplify the generation of "
"cryptographically strong pseudo-random numbers suitable for managing secrets "
"such as account authentication, tokens, and similar."
msgstr ""
#: ../../whatsnew/3.6.rst:136 ../../whatsnew/3.6.rst:1283
msgid ""
"On Linux, :func:`os.urandom` now blocks until the system urandom entropy "
"pool is initialized to increase the security. See the :pep:`524` for the "
"rationale."
msgstr ""
#: ../../whatsnew/3.6.rst:140
msgid "The :mod:`hashlib` and :mod:`ssl` modules now support OpenSSL 1.1.0."
msgstr ""
":mod:`hashlib` および :mod:`ssl` モジュールは OpenSSL 1.1.0 をサポートしまし"
"た。"
#: ../../whatsnew/3.6.rst:142
msgid ""
"The default settings and feature set of the :mod:`ssl` module have been "
"improved."
msgstr ":mod:`ssl` モジュールのデフォルトの設定と機能群が改善されました。"
#: ../../whatsnew/3.6.rst:145
msgid ""
"The :mod:`hashlib` module received support for the BLAKE2, SHA-3 and SHAKE "
"hash algorithms and the :func:`~hashlib.scrypt` key derivation function."
msgstr ""
":mod:`hashlib` モジュールで BLAKE2, SHA-3, SHAKE ハッシュアルゴリズムと :"
"func:`~hashlib.scrypt` キー導出関数がサポートされるようになりました。"
#: ../../whatsnew/3.6.rst:149
msgid "Windows improvements:"
msgstr "Windows の改善:"
#: ../../whatsnew/3.6.rst:151
msgid ""
":ref:`PEP 528 <whatsnew36-pep528>` and :ref:`PEP 529 <whatsnew36-pep529>`, "
"Windows filesystem and console encoding changed to UTF-8."
msgstr ""
":ref:`PEP 528 <whatsnew36-pep528>` および :ref:`PEP 529 <whatsnew36-"
"pep529>`、 Windows のファイルシステムとコンソールのエンコーディングを UTF-8 "
"に変更しました。"
#: ../../whatsnew/3.6.rst:154
msgid ""
"The ``py.exe`` launcher, when used interactively, no longer prefers Python 2 "
"over Python 3 when the user doesn't specify a version (via command line "
"arguments or a config file). Handling of shebang lines remains unchanged - "
"\"python\" refers to Python 2 in that case."
msgstr ""
"``py.exe`` ランチャーを対話的に使うときに、 (コマンドライン引数や設定ファイル"
"で) バージョンを指定しないと Python 3 よりも Python 2 を選択するということは"
"なくなりました。\n"
"シェバン行の扱いは以前のままで、 \"python\" とあった場合は Python 2 を指して"
"います。"
#: ../../whatsnew/3.6.rst:159
msgid ""
"``python.exe`` and ``pythonw.exe`` have been marked as long-path aware, "
"which means that the 260 character path limit may no longer apply. See :ref:"
"`removing the MAX_PATH limitation <max-path>` for details."
msgstr ""
#: ../../whatsnew/3.6.rst:163
msgid ""
"A ``._pth`` file can be added to force isolated mode and fully specify all "
"search paths to avoid registry and environment lookup. See :ref:`the "
"documentation <windows_finding_modules>` for more information."
msgstr ""
#: ../../whatsnew/3.6.rst:167
msgid ""
"A ``python36.zip`` file now works as a landmark to infer :envvar:"
"`PYTHONHOME`. See :ref:`the documentation <windows_finding_modules>` for "
"more information."
msgstr ""
#: ../../whatsnew/3.6.rst:176
msgid "New Features"
msgstr "新しい機能"
#: ../../whatsnew/3.6.rst:181
msgid "PEP 498: Formatted string literals"
msgstr "PEP 498: フォーマット済み文字列リテラル"
#: ../../whatsnew/3.6.rst:183
msgid ""
":pep:`498` introduces a new kind of string literals: *f-strings*, or :ref:"
"`formatted string literals <f-strings>`."
msgstr ""
":pep:`498` は新たな種類の文字列リテラル、すなわち *f-strings*、 :ref:`フォー"
"マット済み文字列リテラル <f-strings>` を導入しました。"
#: ../../whatsnew/3.6.rst:186
msgid ""
"Formatted string literals are prefixed with ``'f'`` and are similar to the "
"format strings accepted by :meth:`str.format`. They contain replacement "
"fields surrounded by curly braces. The replacement fields are expressions, "
"which are evaluated at run time, and then formatted using the :func:`format` "
"protocol::"
msgstr ""
"フォーマット済み文字列リテラルはプレフィックスに ``'f'`` をとり :meth:`str."
"format` による書式文字列に似ています。これらには中括弧で囲まれた置換フィール"
"ドがあります。置換フィールドは実行時に評価される式で、 :func:`format` プロト"
"コルによってフォーマットされます::"
#: ../../whatsnew/3.6.rst:192
msgid ""
">>> name = \"Fred\"\n"
">>> f\"He said his name is {name}.\"\n"
"'He said his name is Fred.'\n"
">>> width = 10\n"
">>> precision = 4\n"
">>> value = decimal.Decimal(\"12.34567\")\n"
">>> f\"result: {value:{width}.{precision}}\" # nested fields\n"
"'result: 12.35'"
msgstr ""
#: ../../whatsnew/3.6.rst:203
msgid ":pep:`498` -- Literal String Interpolation."
msgstr ""
#: ../../whatsnew/3.6.rst:204
msgid "PEP written and implemented by Eric V. Smith."
msgstr ""
#: ../../whatsnew/3.6.rst:206
msgid ":ref:`Feature documentation <f-strings>`."
msgstr ""
#: ../../whatsnew/3.6.rst:212
msgid "PEP 526: Syntax for variable annotations"
msgstr "PEP 526: 変数アノテーションの文法"
#: ../../whatsnew/3.6.rst:214
msgid ""
":pep:`484` introduced the standard for type annotations of function "
"parameters, a.k.a. type hints. This PEP adds syntax to Python for annotating "
"the types of variables including class variables and instance variables::"
msgstr ""
":pep:`484` は関数の仮引数の型アノテーションの標準(別名型ヒント)を導入しまし"
"た。この PEP は Python に、クラス変数およびインスタンス変数を含む変数の型アノ"
"テーションの構文を追加しました::"
#: ../../whatsnew/3.6.rst:218
msgid ""
"primes: List[int] = []\n"
"\n"
"captain: str # Note: no initial value!\n"
"\n"
"class Starship:\n"
" stats: Dict[str, int] = {}"
msgstr ""
#: ../../whatsnew/3.6.rst:225
msgid ""
"Just as for function annotations, the Python interpreter does not attach any "
"particular meaning to variable annotations and only stores them in the "
"``__annotations__`` attribute of a class or module."
msgstr ""
"関数アノテーションと同様に、Python インタープリタは変数アノテーションに特定の"
"意味を付加せず、クラスやモジュールの ``__annotations__`` 属性に保存するだけで"
"す。"
#: ../../whatsnew/3.6.rst:229
msgid ""
"In contrast to variable declarations in statically typed languages, the goal "
"of annotation syntax is to provide an easy way to specify structured type "
"metadata for third party tools and libraries via the abstract syntax tree "
"and the ``__annotations__`` attribute."
msgstr ""
"静的型付け言語の変数定義とは対照的に、アノテーションシンタックスの目的は抽象"
"構文木および ``__annotations__`` 属性を通じて、サードパーティツールやライブラ"
"リーに型の構造化されたメタデータを指定する簡単な方法を提供することです。"
#: ../../whatsnew/3.6.rst:236
msgid ":pep:`526` -- Syntax for variable annotations."
msgstr ":pep:`526` -- Syntax for variable annotations"
#: ../../whatsnew/3.6.rst:237
msgid ""
"PEP written by Ryan Gonzalez, Philip House, Ivan Levkivskyi, Lisa Roach, and "
"Guido van Rossum. Implemented by Ivan Levkivskyi."
msgstr ""
#: ../../whatsnew/3.6.rst:240
msgid ""
"Tools that use or will use the new syntax: `mypy <https://www.mypy-lang.org/"
">`_, `pytype <https://github.com/google/pytype>`_, PyCharm, etc."
msgstr ""
"新構文を使用あるいは使用予定のツール: `mypy <https://www.mypy-lang.org/>`_, "
"`pytype <https://github.com/google/pytype>`_, PyCharm などなど。"
#: ../../whatsnew/3.6.rst:248
msgid "PEP 515: Underscores in Numeric Literals"
msgstr "PEP 515: 数値リテラル内のアンダースコア"
#: ../../whatsnew/3.6.rst:250
msgid ""
":pep:`515` adds the ability to use underscores in numeric literals for "
"improved readability. For example::"
msgstr ""
":pep:`515` により、可読性向上のために数値リテラル内でアンダースコアを使えるよ"
"うになりました。例えば::"
#: ../../whatsnew/3.6.rst:253
msgid ""
">>> 1_000_000_000_000_000\n"
"1000000000000000\n"
">>> 0x_FF_FF_FF_FF\n"
"4294967295"
msgstr ""
#: ../../whatsnew/3.6.rst:258
msgid ""
"Single underscores are allowed between digits and after any base specifier. "
"Leading, trailing, or multiple underscores in a row are not allowed."
msgstr ""
"単一のアンダースコアは数字の間と基数指定子の後で許されます。先頭、末尾、ある"
"いは複数のアンダースコアを列内で使用することはできません。"
#: ../../whatsnew/3.6.rst:262
msgid ""
"The :ref:`string formatting <formatspec>` language also now has support for "
"the ``'_'`` option to signal the use of an underscore for a thousands "
"separator for floating-point presentation types and for integer presentation "
"type ``'d'``. For integer presentation types ``'b'``, ``'o'``, ``'x'``, and "
"``'X'``, underscores will be inserted every 4 digits::"
msgstr ""
#: ../../whatsnew/3.6.rst:269
msgid ""
">>> '{:_}'.format(1000000)\n"
"'1_000_000'\n"
">>> '{:_x}'.format(0xFFFFFFFF)\n"
"'ffff_ffff'"
msgstr ""
#: ../../whatsnew/3.6.rst:276
msgid ":pep:`515` -- Underscores in Numeric Literals"
msgstr ":pep:`515` -- 数値リテラル内のアンダースコア"
#: ../../whatsnew/3.6.rst:277
msgid "PEP written by Georg Brandl and Serhiy Storchaka."
msgstr ""
#: ../../whatsnew/3.6.rst:283
msgid "PEP 525: Asynchronous Generators"
msgstr "PEP 525: 非同期ジェネレータ"
#: ../../whatsnew/3.6.rst:285
msgid ""
":pep:`492` introduced support for native coroutines and ``async`` / "
"``await`` syntax to Python 3.5. A notable limitation of the Python 3.5 "
"implementation is that it was not possible to use ``await`` and ``yield`` in "
"the same function body. In Python 3.6 this restriction has been lifted, "
"making it possible to define *asynchronous generators*::"
msgstr ""
":pep:`492` で Python 3.5 はネイティブなコルーチンならびに ``async`` / "
"``await`` 構文をサポートしました。Python 3.5 実装における大きな制約は同一の関"
"数実体内で ``await`` と ``yield`` を使えないことでした。Python 3.6 ではこの制"
"約はなくなり、 *非同期ジェネレータ* を定義できるようになりました::"
#: ../../whatsnew/3.6.rst:291
msgid ""
"async def ticker(delay, to):\n"
" \"\"\"Yield numbers from 0 to *to* every *delay* seconds.\"\"\"\n"
" for i in range(to):\n"
" yield i\n"
" await asyncio.sleep(delay)"
msgstr ""
#: ../../whatsnew/3.6.rst:297
msgid "The new syntax allows for faster and more concise code."
msgstr "新たな構文のおかげでより速く、より簡潔にコードを書くことができます。"
#: ../../whatsnew/3.6.rst:301
msgid ":pep:`525` -- Asynchronous Generators"
msgstr ":pep:`525` -- 非同期ジェネレータ"
#: ../../whatsnew/3.6.rst:302 ../../whatsnew/3.6.rst:323
msgid "PEP written and implemented by Yury Selivanov."
msgstr "PEP written and implemented by Yury Selivanov."
#: ../../whatsnew/3.6.rst:308
msgid "PEP 530: Asynchronous Comprehensions"
msgstr "PEP 530: 非同期内包表記"
#: ../../whatsnew/3.6.rst:310
msgid ""
":pep:`530` adds support for using ``async for`` in list, set, dict "
"comprehensions and generator expressions::"
msgstr ""
":pep:`530` によりリスト、セット、辞書内包表記ならびにジェネレータ式内での "
"``async for`` の使用がサポートされました::"
#: ../../whatsnew/3.6.rst:313
msgid "result = [i async for i in aiter() if i % 2]"
msgstr ""
#: ../../whatsnew/3.6.rst:315
msgid ""
"Additionally, ``await`` expressions are supported in all kinds of "
"comprehensions::"
msgstr "加えて、 ``await`` 式が全ての内包表記でサポートされました::"
#: ../../whatsnew/3.6.rst:318
msgid "result = [await fun() for fun in funcs if await condition()]"
msgstr ""
#: ../../whatsnew/3.6.rst:322
msgid ":pep:`530` -- Asynchronous Comprehensions"
msgstr ":pep:`530` -- 非同期内包表記"
#: ../../whatsnew/3.6.rst:329
msgid "PEP 487: Simpler customization of class creation"
msgstr ""
#: ../../whatsnew/3.6.rst:331
msgid ""
"It is now possible to customize subclass creation without using a metaclass. "
"The new ``__init_subclass__`` classmethod will be called on the base class "
"whenever a new subclass is created::"
msgstr ""
#: ../../whatsnew/3.6.rst:335
msgid ""
"class PluginBase:\n"
" subclasses = []\n"
"\n"
" def __init_subclass__(cls, **kwargs):\n"
" super().__init_subclass__(**kwargs)\n"
" cls.subclasses.append(cls)\n"
"\n"
"class Plugin1(PluginBase):\n"
" pass\n"
"\n"
"class Plugin2(PluginBase):\n"
" pass"
msgstr ""
#: ../../whatsnew/3.6.rst:348
msgid ""
"In order to allow zero-argument :func:`super` calls to work correctly from :"
"meth:`~object.__init_subclass__` implementations, custom metaclasses must "
"ensure that the new ``__classcell__`` namespace entry is propagated to "
"``type.__new__`` (as described in :ref:`class-object-creation`)."
msgstr ""
#: ../../whatsnew/3.6.rst:355 ../../whatsnew/3.6.rst:393
msgid ":pep:`487` -- Simpler customization of class creation"
msgstr ""
#: ../../whatsnew/3.6.rst:356 ../../whatsnew/3.6.rst:394
msgid "PEP written and implemented by Martin Teichmann."
msgstr "PEP 著と実装 Martin Teichmann."
#: ../../whatsnew/3.6.rst:358
msgid ":ref:`Feature documentation <class-customization>`"
msgstr ""
#: ../../whatsnew/3.6.rst:364
msgid "PEP 487: Descriptor Protocol Enhancements"
msgstr "PEP 487: 記述子プロトコルの改善"
#: ../../whatsnew/3.6.rst:366
msgid ""
":pep:`487` extends the descriptor protocol to include the new optional :meth:"
"`~object.__set_name__` method. Whenever a new class is defined, the new "
"method will be called on all descriptors included in the definition, "
"providing them with a reference to the class being defined and the name "
"given to the descriptor within the class namespace. In other words, "
"instances of descriptors can now know the attribute name of the descriptor "
"in the owner class::"
msgstr ""
#: ../../whatsnew/3.6.rst:374
msgid ""
"class IntField:\n"
" def __get__(self, instance, owner):\n"
" return instance.__dict__[self.name]\n"
"\n"
" def __set__(self, instance, value):\n"
" if not isinstance(value, int):\n"
" raise ValueError(f'expecting integer in {self.name}')\n"
" instance.__dict__[self.name] = value\n"
"\n"
" # this is the new initializer:\n"
" def __set_name__(self, owner, name):\n"
" self.name = name\n"
"\n"
"class Model:\n"
" int_field = IntField()"
msgstr ""
#: ../../whatsnew/3.6.rst:396
msgid ":ref:`Feature documentation <descriptors>`"
msgstr ""
#: ../../whatsnew/3.6.rst:402
msgid "PEP 519: Adding a file system path protocol"
msgstr "PEP 519: ファイルシステムパスプロトコルの追加"
#: ../../whatsnew/3.6.rst:404
msgid ""
"File system paths have historically been represented as :class:`str` or :"
"class:`bytes` objects. This has led to people who write code which operate "
"on file system paths to assume that such objects are only one of those two "
"types (an :class:`int` representing a file descriptor does not count as that "
"is not a file path). Unfortunately that assumption prevents alternative "
"object representations of file system paths like :mod:`pathlib` from working "
"with pre-existing code, including Python's standard library."
msgstr ""
#: ../../whatsnew/3.6.rst:413
msgid ""
"To fix this situation, a new interface represented by :class:`os.PathLike` "
"has been defined. By implementing the :meth:`~os.PathLike.__fspath__` "
"method, an object signals that it represents a path. An object can then "
"provide a low-level representation of a file system path as a :class:`str` "
"or :class:`bytes` object. This means an object is considered :term:`path-"
"like <path-like object>` if it implements :class:`os.PathLike` or is a :"
"class:`str` or :class:`bytes` object which represents a file system path. "
"Code can use :func:`os.fspath`, :func:`os.fsdecode`, or :func:`os.fsencode` "
"to explicitly get a :class:`str` and/or :class:`bytes` representation of a "
"path-like object."
msgstr ""
#: ../../whatsnew/3.6.rst:426
msgid ""
"The built-in :func:`open` function has been updated to accept :class:`os."
"PathLike` objects, as have all relevant functions in the :mod:`os` and :mod:"
"`os.path` modules, and most other functions and classes in the standard "
"library. The :class:`os.DirEntry` class and relevant classes in :mod:"
"`pathlib` have also been updated to implement :class:`os.PathLike`."
msgstr ""
#: ../../whatsnew/3.6.rst:433
msgid ""
"The hope is that updating the fundamental functions for operating on file "
"system paths will lead to third-party code to implicitly support all :term:"
"`path-like objects <path-like object>` without any code changes, or at least "
"very minimal ones (e.g. calling :func:`os.fspath` at the beginning of code "
"before operating on a path-like object)."
msgstr ""
#: ../../whatsnew/3.6.rst:440
msgid ""
"Here are some examples of how the new interface allows for :class:`pathlib."
"Path` to be used more easily and transparently with pre-existing code::"
msgstr ""
#: ../../whatsnew/3.6.rst:444
msgid ""
">>> import pathlib\n"
">>> with open(pathlib.Path(\"README\")) as f:\n"
"... contents = f.read()\n"
"...\n"
">>> import os.path\n"
">>> os.path.splitext(pathlib.Path(\"some_file.txt\"))\n"
"('some_file', '.txt')\n"
">>> os.path.join(\"/a/b\", pathlib.Path(\"c\"))\n"
"'/a/b/c'\n"
">>> import os\n"
">>> os.fspath(pathlib.Path(\"some_file.txt\"))\n"
"'some_file.txt'"
msgstr ""
#: ../../whatsnew/3.6.rst:457
msgid ""
"(Implemented by Brett Cannon, Ethan Furman, Dusty Phillips, and Jelle "
"Zijlstra.)"
msgstr ""
#: ../../whatsnew/3.6.rst:461
msgid ":pep:`519` -- Adding a file system path protocol"
msgstr ":pep:`519` -- ファイルシステムパスプロトコルの追加"
#: ../../whatsnew/3.6.rst:462
msgid "PEP written by Brett Cannon and Koos Zevenhoven."
msgstr ""
#: ../../whatsnew/3.6.rst:468
msgid "PEP 495: Local Time Disambiguation"
msgstr "PEP 495: 地域時間の曖昧さ回避"
#: ../../whatsnew/3.6.rst:470
msgid ""
"In most world locations, there have been and will be times when local clocks "
"are moved back. In those times, intervals are introduced in which local "
"clocks show the same time twice in the same day. In these situations, the "
"information displayed on a local clock (or stored in a Python datetime "
"instance) is insufficient to identify a particular moment in time."
msgstr ""
"世界の大抵の場所で、地域時計が1日繰り下げられることがこれまでありましたし、こ"
"れからもあるでしょう。そういった時に、同じ日に同じ時間を指す区間があります。"
"そういった状況では地域時計が表示する (あるいは Python の datetime インスタン"
"スが格納する) 情報では、時間内の特定の瞬間を識別することはできません。"
#: ../../whatsnew/3.6.rst:476
msgid ""
":pep:`495` adds the new *fold* attribute to instances of :class:`datetime."
"datetime` and :class:`datetime.time` classes to differentiate between two "
"moments in time for which local times are the same::"
msgstr ""
":pep:`495` は時間内の地域時間が同じ二つの瞬間を区別するために、新たな *fold* "
"属性を :class:`datetime.datetime` インスタンスならびに :class:`datetime."
"time` クラスに追加しました。"
#: ../../whatsnew/3.6.rst:480
msgid ""
">>> u0 = datetime(2016, 11, 6, 4, tzinfo=timezone.utc)\n"
">>> for i in range(4):\n"
"... u = u0 + i*HOUR\n"
"... t = u.astimezone(Eastern)\n"
"... print(u.time(), 'UTC =', t.time(), t.tzname(), t.fold)\n"
"...\n"
"04:00:00 UTC = 00:00:00 EDT 0\n"
"05:00:00 UTC = 01:00:00 EDT 0\n"
"06:00:00 UTC = 01:00:00 EST 1\n"
"07:00:00 UTC = 02:00:00 EST 0"
msgstr ""
#: ../../whatsnew/3.6.rst:491
msgid ""
"The values of the :attr:`fold <datetime.datetime.fold>` attribute have the "
"value ``0`` for all instances except those that represent the second "
"(chronologically) moment in time in an ambiguous case."
msgstr ""
":attr:`fold <datetime.datetime.fold>` 属性の値は、曖昧な場合に時間内の二番目"
"の (年代的) 瞬間を表しているものを除く全てのインスタンスで ``0`` です。"
#: ../../whatsnew/3.6.rst:497
msgid ":pep:`495` -- Local Time Disambiguation"
msgstr ":pep:`495` -- 地域時間の曖昧さ回避"
#: ../../whatsnew/3.6.rst:498
msgid ""
"PEP written by Alexander Belopolsky and Tim Peters, implementation by "
"Alexander Belopolsky."
msgstr ""
#: ../../whatsnew/3.6.rst:505
msgid "PEP 529: Change Windows filesystem encoding to UTF-8"
msgstr "PEP 529: Windows ファイルシステムのエンコーディングを UTF-8 に変更"
#: ../../whatsnew/3.6.rst:507
msgid ""
"Representing filesystem paths is best performed with str (Unicode) rather "
"than bytes. However, there are some situations where using bytes is "
"sufficient and correct."
msgstr ""
#: ../../whatsnew/3.6.rst:511
msgid ""
"Prior to Python 3.6, data loss could result when using bytes paths on "
"Windows. With this change, using bytes to represent paths is now supported "
"on Windows, provided those bytes are encoded with the encoding returned by :"
"func:`sys.getfilesystemencoding`, which now defaults to ``'utf-8'``."
msgstr ""
#: ../../whatsnew/3.6.rst:516
msgid ""
"Applications that do not use str to represent paths should use :func:`os."
"fsencode` and :func:`os.fsdecode` to ensure their bytes are correctly "
"encoded. To revert to the previous behaviour, set :envvar:"
"`PYTHONLEGACYWINDOWSFSENCODING` or call :func:`sys."
"_enablelegacywindowsfsencoding`."
msgstr ""
#: ../../whatsnew/3.6.rst:522
msgid ""
"See :pep:`529` for more information and discussion of code modifications "
"that may be required."
msgstr ""
#: ../../whatsnew/3.6.rst:529
msgid "PEP 528: Change Windows console encoding to UTF-8"
msgstr "PEP 528: Windows コンソールのエンコーディングを UTF-8 に変更"
#: ../../whatsnew/3.6.rst:531
msgid ""
"The default console on Windows will now accept all Unicode characters and "
"provide correctly read str objects to Python code. ``sys.stdin``, ``sys."
"stdout`` and ``sys.stderr`` now default to utf-8 encoding."
msgstr ""
#: ../../whatsnew/3.6.rst:535
msgid ""
"This change only applies when using an interactive console, and not when "
"redirecting files or pipes. To revert to the previous behaviour for "
"interactive console use, set :envvar:`PYTHONLEGACYWINDOWSSTDIO`."
msgstr ""
#: ../../whatsnew/3.6.rst:541
msgid ":pep:`528` -- Change Windows console encoding to UTF-8"
msgstr ":pep:`528` -- Windows コンソールのエンコーディングを UTF-8 に変更"
#: ../../whatsnew/3.6.rst:542
msgid "PEP written and implemented by Steve Dower."
msgstr ""
#: ../../whatsnew/3.6.rst:548
msgid "PEP 520: Preserving Class Attribute Definition Order"
msgstr "PEP 520: クラス属性の定義の順番を保持"
#: ../../whatsnew/3.6.rst:550
msgid ""
"Attributes in a class definition body have a natural ordering: the same "
"order in which the names appear in the source. This order is now preserved "
"in the new class's :attr:`~type.__dict__` attribute."
msgstr ""
#: ../../whatsnew/3.6.rst:554
msgid ""
"Also, the effective default class *execution* namespace (returned from :ref:"
"`type.__prepare__() <prepare>`) is now an insertion-order-preserving mapping."
msgstr ""
#: ../../whatsnew/3.6.rst:560
msgid ":pep:`520` -- Preserving Class Attribute Definition Order"
msgstr ":pep:`520` -- クラス属性の定義の順番を保持"
#: ../../whatsnew/3.6.rst:561 ../../whatsnew/3.6.rst:575
msgid "PEP written and implemented by Eric Snow."
msgstr "PEP written and implemented by Eric Snow."
#: ../../whatsnew/3.6.rst:567
msgid "PEP 468: Preserving Keyword Argument Order"
msgstr "PEP 468: キーワード引数の順番の保持"
#: ../../whatsnew/3.6.rst:569
msgid ""
"``**kwargs`` in a function signature is now guaranteed to be an insertion-"
"order-preserving mapping."
msgstr ""
"関数シグニチャにおける ``**kwargs`` は挿入順序を保存するマッピングであること"
"が保証されるようになりました。"
#: ../../whatsnew/3.6.rst:574
msgid ":pep:`468` -- Preserving Keyword Argument Order"
msgstr ":pep:`468` -- キーワード引数の順番の保持"
#: ../../whatsnew/3.6.rst:581
msgid "New :ref:`dict <typesmapping>` implementation"
msgstr "新たな :ref:`dict <typesmapping>` 実装"
#: ../../whatsnew/3.6.rst:583
msgid ""
"The :ref:`dict <typesmapping>` type now uses a \"compact\" representation "
"based on `a proposal by Raymond Hettinger <https://mail.python.org/pipermail/"
"python-dev/2012-December/123028.html>`_ which was `first implemented by PyPy "
"<https://morepypy.blogspot.com/2015/01/faster-more-memory-efficient-and-more."
"html>`_. The memory usage of the new :func:`dict` is between 20% and 25% "
"smaller compared to Python 3.5."
msgstr ""
#: ../../whatsnew/3.6.rst:591
msgid ""
"The order-preserving aspect of this new implementation is considered an "
"implementation detail and should not be relied upon (this may change in the "
"future, but it is desired to have this new dict implementation in the "
"language for a few releases before changing the language spec to mandate "
"order-preserving semantics for all current and future Python "
"implementations; this also helps preserve backwards-compatibility with older "
"versions of the language where random iteration order is still in effect, e."
"g. Python 3.5)."
msgstr ""
#: ../../whatsnew/3.6.rst:600
msgid ""
"(Contributed by INADA Naoki in :issue:`27350`. Idea `originally suggested by "
"Raymond Hettinger <https://mail.python.org/pipermail/python-dev/2012-"
"December/123028.html>`_.)"
msgstr ""
#: ../../whatsnew/3.6.rst:608
msgid "PEP 523: Adding a frame evaluation API to CPython"
msgstr "PEP 523: CPython にフレーム評価 API を追加"
#: ../../whatsnew/3.6.rst:610
msgid ""
"While Python provides extensive support to customize how code executes, one "
"place it has not done so is in the evaluation of frame objects. If you "
"wanted some way to intercept frame evaluation in Python there really wasn't "
"any way without directly manipulating function pointers for defined "
"functions."
msgstr ""
#: ../../whatsnew/3.6.rst:616
msgid ""
":pep:`523` changes this by providing an API to make frame evaluation "
"pluggable at the C level. This will allow for tools such as debuggers and "
"JITs to intercept frame evaluation before the execution of Python code "
"begins. This enables the use of alternative evaluation implementations for "
"Python code, tracking frame evaluation, etc."
msgstr ""
#: ../../whatsnew/3.6.rst:623
msgid ""
"This API is not part of the limited C API and is marked as private to signal "
"that usage of this API is expected to be limited and only applicable to very "
"select, low-level use-cases. Semantics of the API will change with Python as "
"necessary."
msgstr ""
#: ../../whatsnew/3.6.rst:630
msgid ":pep:`523` -- Adding a frame evaluation API to CPython"
msgstr ""
#: ../../whatsnew/3.6.rst:631
msgid "PEP written by Brett Cannon and Dino Viehland."
msgstr ""
#: ../../whatsnew/3.6.rst:637
msgid "PYTHONMALLOC environment variable"
msgstr "PYTHONMALLOC 環境変数"
#: ../../whatsnew/3.6.rst:639
msgid ""
"The new :envvar:`PYTHONMALLOC` environment variable allows setting the "
"Python memory allocators and installing debug hooks."
msgstr ""
"新たな環境変数 :envvar:`PYTHONMALLOC` により Python メモリアロケータの設定と"
"デバッグフックの導入ができます。"
#: ../../whatsnew/3.6.rst:642
msgid ""
"It is now possible to install debug hooks on Python memory allocators on "
"Python compiled in release mode using ``PYTHONMALLOC=debug``. Effects of "
"debug hooks:"
msgstr ""
"``PYTHONMALLOC=debug`` を使用してリリースモードでコンパイルされた Python で、"
"Python メモリアロケータにデバッグフックを導入できるようになりました。デバッグ"
"フックの効果は:"
#: ../../whatsnew/3.6.rst:645
msgid "Newly allocated memory is filled with the byte ``0xCB``"
msgstr "新たに割り当てられたメモリを ``0xCB`` バイトで埋めます"
#: ../../whatsnew/3.6.rst:646
msgid "Freed memory is filled with the byte ``0xDB``"
msgstr "解放されたメモリを ``0xDB`` バイトで埋めます"
#: ../../whatsnew/3.6.rst:647
msgid ""
"Detect violations of the Python memory allocator API. For example, :c:func:"
"`PyObject_Free` called on a memory block allocated by :c:func:`PyMem_Malloc`."
msgstr ""
"Python メモリアロケータ API の違反を検知します。例えば :c:func:"
"`PyMem_Malloc` で割り当てられたメモリブロックに :c:func:`PyObject_Free` を呼"
"ぶこと。"
#: ../../whatsnew/3.6.rst:650
msgid "Detect writes before the start of a buffer (buffer underflows)"
msgstr "バッファ開始前の書き込み (バッファアンダーフロー) を検知します"
#: ../../whatsnew/3.6.rst:651
msgid "Detect writes after the end of a buffer (buffer overflows)"
msgstr "バッファ終端後の書き込み (バッファオーバーフロー) を検知します"
#: ../../whatsnew/3.6.rst:652
msgid ""
"Check that the :term:`GIL <global interpreter lock>` is held when allocator "
"functions of :c:macro:`PYMEM_DOMAIN_OBJ` (ex: :c:func:`PyObject_Malloc`) "
"and :c:macro:`PYMEM_DOMAIN_MEM` (ex: :c:func:`PyMem_Malloc`) domains are "
"called."
msgstr ""
#: ../../whatsnew/3.6.rst:656
msgid "Checking if the GIL is held is also a new feature of Python 3.6."
msgstr ""
#: ../../whatsnew/3.6.rst:658
msgid ""
"See the :c:func:`PyMem_SetupDebugHooks` function for debug hooks on Python "
"memory allocators."
msgstr ""
#: ../../whatsnew/3.6.rst:661
msgid ""
"It is now also possible to force the usage of the :c:func:`malloc` allocator "
"of the C library for all Python memory allocations using "
"``PYTHONMALLOC=malloc``. This is helpful when using external memory "
"debuggers like Valgrind on a Python compiled in release mode."
msgstr ""