@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.7\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2019-01-01 10:14 +0900\n "
14+ "POT-Creation-Date : 2019-04-06 11:05 +0900\n "
1515"PO-Revision-Date : 2017-02-16 23:10+0000\n "
1616"
Last-Translator :
Meng Du <[email protected] >, 2019\n "
1717"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -804,43 +804,52 @@ msgid ""
804804"future."
805805msgstr ""
806806
807- #: ../../library/exceptions.rst:700
807+ #: ../../library/exceptions.rst:698
808+ msgid ""
809+ "PendingDeprecationWarning was introduced as an \" ignored by default\" "
810+ "version of DeprecationWarning. But :exc:`DeprecationWarning` is also "
811+ "ignored by default since Python 2.7 and 3.2. There is not much difference "
812+ "between PendingDeprecationWarning and DeprecationWarning nowadays. "
813+ "DeprecationWarning is recommended in general."
814+ msgstr ""
815+
816+ #: ../../library/exceptions.rst:708
808817msgid "Base class for warnings about dubious syntax."
809818msgstr ""
810819
811- #: ../../library/exceptions.rst:705
820+ #: ../../library/exceptions.rst:713
812821msgid "Base class for warnings about dubious runtime behavior."
813822msgstr ""
814823
815- #: ../../library/exceptions.rst:710
824+ #: ../../library/exceptions.rst:718
816825msgid ""
817826"Base class for warnings about deprecated features when those warnings are "
818827"intended for end users of applications that are written in Python."
819828msgstr ""
820829
821- #: ../../library/exceptions.rst:716
830+ #: ../../library/exceptions.rst:724
822831msgid "Base class for warnings about probable mistakes in module imports."
823832msgstr ""
824833
825- #: ../../library/exceptions.rst:721
834+ #: ../../library/exceptions.rst:729
826835msgid "Base class for warnings related to Unicode."
827836msgstr ""
828837
829- #: ../../library/exceptions.rst:726
838+ #: ../../library/exceptions.rst:734
830839msgid ""
831840"Base class for warnings related to :class:`bytes` and :class:`bytearray`."
832841msgstr ""
833842
834- #: ../../library/exceptions.rst:731
843+ #: ../../library/exceptions.rst:739
835844msgid ""
836845"Base class for warnings related to resource usage. Ignored by the default "
837846"warning filters."
838847msgstr ""
839848
840- #: ../../library/exceptions.rst:739
849+ #: ../../library/exceptions.rst:747
841850msgid "Exception hierarchy"
842851msgstr "异常层次结构"
843852
844- #: ../../library/exceptions.rst:741
853+ #: ../../library/exceptions.rst:749
845854msgid "The class hierarchy for built-in exceptions is:"
846855msgstr ""
0 commit comments