@@ -18,7 +18,7 @@ msgid ""
18
18
msgstr ""
19
19
"Project-Id-Version : Python 3.7\n "
20
20
"Report-Msgid-Bugs-To : \n "
21
- "POT-Creation-Date : 2019-01-01 10:14 +0900\n "
21
+ "POT-Creation-Date : 2019-04-06 11:05 +0900\n "
22
22
"PO-Revision-Date : 2017-02-16 23:10+0000\n "
23
23
"Last-Translator : tomo, 2018\n "
24
24
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -976,43 +976,52 @@ msgid ""
976
976
"future."
977
977
msgstr "将来廃止される予定の機能に対する警告の基底クラスです。"
978
978
979
- #: ../../library/exceptions.rst:700
979
+ #: ../../library/exceptions.rst:698
980
+ msgid ""
981
+ "PendingDeprecationWarning was introduced as an \" ignored by default\" "
982
+ "version of DeprecationWarning. But :exc:`DeprecationWarning` is also "
983
+ "ignored by default since Python 2.7 and 3.2. There is not much difference "
984
+ "between PendingDeprecationWarning and DeprecationWarning nowadays. "
985
+ "DeprecationWarning is recommended in general."
986
+ msgstr ""
987
+
988
+ #: ../../library/exceptions.rst:708
980
989
msgid "Base class for warnings about dubious syntax."
981
990
msgstr "曖昧な構文に対する警告の基底クラスです。"
982
991
983
- #: ../../library/exceptions.rst:705
992
+ #: ../../library/exceptions.rst:713
984
993
msgid "Base class for warnings about dubious runtime behavior."
985
994
msgstr "あいまいなランタイム挙動に対する警告の基底クラスです。"
986
995
987
- #: ../../library/exceptions.rst:710
996
+ #: ../../library/exceptions.rst:718
988
997
msgid ""
989
998
"Base class for warnings about deprecated features when those warnings are "
990
999
"intended for end users of applications that are written in Python."
991
1000
msgstr ""
992
1001
993
- #: ../../library/exceptions.rst:716
1002
+ #: ../../library/exceptions.rst:724
994
1003
msgid "Base class for warnings about probable mistakes in module imports."
995
1004
msgstr "モジュールインポートの誤りと思われるものに対する警告の基底クラスです。"
996
1005
997
- #: ../../library/exceptions.rst:721
1006
+ #: ../../library/exceptions.rst:729
998
1007
msgid "Base class for warnings related to Unicode."
999
1008
msgstr "Unicode に関連した警告の基底クラスです。"
1000
1009
1001
- #: ../../library/exceptions.rst:726
1010
+ #: ../../library/exceptions.rst:734
1002
1011
msgid ""
1003
1012
"Base class for warnings related to :class:`bytes` and :class:`bytearray`."
1004
1013
msgstr ":class:`bytes` や :class:`bytearray` に関連した警告の基底クラスです。"
1005
1014
1006
- #: ../../library/exceptions.rst:731
1015
+ #: ../../library/exceptions.rst:739
1007
1016
msgid ""
1008
1017
"Base class for warnings related to resource usage. Ignored by the default "
1009
1018
"warning filters."
1010
1019
msgstr ""
1011
1020
1012
- #: ../../library/exceptions.rst:739
1021
+ #: ../../library/exceptions.rst:747
1013
1022
msgid "Exception hierarchy"
1014
1023
msgstr "例外のクラス階層"
1015
1024
1016
- #: ../../library/exceptions.rst:741
1025
+ #: ../../library/exceptions.rst:749
1017
1026
msgid "The class hierarchy for built-in exceptions is:"
1018
1027
msgstr "組み込み例外のクラス階層は以下のとおりです:"
0 commit comments