-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get changes from CPython Doc for 3.12
- Loading branch information
1 parent
a987231
commit 173a6da
Showing
6 changed files
with
218 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# 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. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Python 3.12\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2025-01-01 00:22+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: library/asynchat.rst:2 | ||
msgid ":mod:`!asynchat` --- Asynchronous socket command/response handler" | ||
msgstr "" | ||
|
||
#: library/asynchat.rst:10 | ||
msgid "" | ||
"This module is no longer part of the Python standard library. It was :ref:" | ||
"`removed in Python 3.12 <whatsnew312-removed>` after being deprecated in " | ||
"Python 3.6. The removal was decided in :pep:`594`." | ||
msgstr "" | ||
|
||
#: library/asynchat.rst:14 | ||
msgid "Applications should use the :mod:`asyncio` module instead." | ||
msgstr "" | ||
|
||
#: library/asynchat.rst:16 | ||
msgid "" | ||
"The last version of Python that provided the :mod:`!asynchat` module was " | ||
"`Python 3.11 <https://docs.python.org/3.11/library/asynchat.html>`_." | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# 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. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Python 3.12\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2025-01-01 00:22+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: library/asyncore.rst:2 | ||
msgid ":mod:`!asyncore` --- Asynchronous socket handler" | ||
msgstr "" | ||
|
||
#: library/asyncore.rst:10 | ||
msgid "" | ||
"This module is no longer part of the Python standard library. It was :ref:" | ||
"`removed in Python 3.12 <whatsnew312-removed>` after being deprecated in " | ||
"Python 3.6. The removal was decided in :pep:`594`." | ||
msgstr "" | ||
|
||
#: library/asyncore.rst:14 | ||
msgid "Applications should use the :mod:`asyncio` module instead." | ||
msgstr "" | ||
|
||
#: library/asyncore.rst:16 | ||
msgid "" | ||
"The last version of Python that provided the :mod:`!asyncore` module was " | ||
"`Python 3.11 <https://docs.python.org/3.11/library/asyncore.html>`_." | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# 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. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Python 3.12\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2025-01-01 00:22+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: library/distutils.rst:2 | ||
msgid ":mod:`!distutils` --- Building and installing Python modules" | ||
msgstr "" | ||
|
||
#: library/distutils.rst:10 | ||
msgid "" | ||
"This module is no longer part of the Python standard library. It was :ref:" | ||
"`removed in Python 3.12 <whatsnew312-removed-distutils>` after being " | ||
"deprecated in Python 3.10. The removal was decided in :pep:`632`, which has " | ||
"`migration advice <https://peps.python.org/pep-0632/#migration-advice>`_." | ||
msgstr "" | ||
|
||
#: library/distutils.rst:16 | ||
msgid "" | ||
"The last version of Python that provided the :mod:`!distutils` module was " | ||
"`Python 3.11 <https://docs.python.org/3.11/library/distutils.html>`_." | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# 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. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Python 3.12\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2025-01-01 00:22+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: library/imp.rst:2 | ||
msgid ":mod:`!imp` --- Access the import internals" | ||
msgstr "" | ||
|
||
#: library/imp.rst:10 | ||
msgid "" | ||
"This module is no longer part of the Python standard library. It was :ref:" | ||
"`removed in Python 3.12 <whatsnew312-removed-imp>` after being deprecated in " | ||
"Python 3.4." | ||
msgstr "" | ||
|
||
#: library/imp.rst:14 | ||
msgid "" | ||
"The :ref:`removal notice <whatsnew312-removed-imp>` includes guidance for " | ||
"migrating code from :mod:`!imp` to :mod:`importlib`." | ||
msgstr "" | ||
|
||
#: library/imp.rst:17 | ||
msgid "" | ||
"The last version of Python that provided the :mod:`!imp` module was `Python " | ||
"3.11 <https://docs.python.org/3.11/library/imp.html>`_." | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# 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. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Python 3.12\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2025-01-01 00:22+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: library/removed.rst:7 | ||
msgid "Removed Modules" | ||
msgstr "" | ||
|
||
#: library/removed.rst:9 | ||
msgid "" | ||
"The modules described in this chapter have been removed from the Python " | ||
"standard library. They are documented here to help people find replacements." | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# 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. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Python 3.12\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2025-01-01 00:22+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: library/smtpd.rst:2 | ||
msgid ":mod:`!smtpd` --- SMTP Server" | ||
msgstr "" | ||
|
||
#: library/smtpd.rst:10 | ||
msgid "" | ||
"This module is no longer part of the Python standard library. It was :ref:" | ||
"`removed in Python 3.12 <whatsnew312-removed>` after being deprecated in " | ||
"Python 3.6. The removal was decided in :pep:`594`." | ||
msgstr "" | ||
|
||
#: library/smtpd.rst:14 | ||
msgid "" | ||
"A possible replacement is the third-party :pypi:`aiosmtpd` library. This " | ||
"library is not maintained or supported by the Python core team." | ||
msgstr "" | ||
|
||
#: library/smtpd.rst:17 | ||
msgid "" | ||
"The last version of Python that provided the :mod:`!smtpd` module was " | ||
"`Python 3.11 <https://docs.python.org/3.11/library/smtpd.html>`_." | ||
msgstr "" |