Skip to content

Commit 485a36b

Browse files
Get changes from CPython Doc for 3.12
1 parent 1d5c577 commit 485a36b

File tree

6 files changed

+218
-0
lines changed

6 files changed

+218
-0
lines changed

library/asynchat.po

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2025, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.12\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2025-06-01 00:28+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <LL@li.org>\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
19+
#: library/asynchat.rst:2
20+
msgid ":mod:`!asynchat` --- Asynchronous socket command/response handler"
21+
msgstr ""
22+
23+
#: library/asynchat.rst:10
24+
msgid ""
25+
"This module is no longer part of the Python standard library. It was :ref:"
26+
"`removed in Python 3.12 <whatsnew312-removed>` after being deprecated in "
27+
"Python 3.6. The removal was decided in :pep:`594`."
28+
msgstr ""
29+
30+
#: library/asynchat.rst:14
31+
msgid "Applications should use the :mod:`asyncio` module instead."
32+
msgstr ""
33+
34+
#: library/asynchat.rst:16
35+
msgid ""
36+
"The last version of Python that provided the :mod:`!asynchat` module was "
37+
"`Python 3.11 <https://docs.python.org/3.11/library/asynchat.html>`_."
38+
msgstr ""

library/asyncore.po

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2025, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.12\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2025-06-01 00:28+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <LL@li.org>\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
19+
#: library/asyncore.rst:2
20+
msgid ":mod:`!asyncore` --- Asynchronous socket handler"
21+
msgstr ""
22+
23+
#: library/asyncore.rst:10
24+
msgid ""
25+
"This module is no longer part of the Python standard library. It was :ref:"
26+
"`removed in Python 3.12 <whatsnew312-removed>` after being deprecated in "
27+
"Python 3.6. The removal was decided in :pep:`594`."
28+
msgstr ""
29+
30+
#: library/asyncore.rst:14
31+
msgid "Applications should use the :mod:`asyncio` module instead."
32+
msgstr ""
33+
34+
#: library/asyncore.rst:16
35+
msgid ""
36+
"The last version of Python that provided the :mod:`!asyncore` module was "
37+
"`Python 3.11 <https://docs.python.org/3.11/library/asyncore.html>`_."
38+
msgstr ""

library/distutils.po

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2025, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.12\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2025-06-01 00:28+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <LL@li.org>\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
19+
#: library/distutils.rst:2
20+
msgid ":mod:`!distutils` --- Building and installing Python modules"
21+
msgstr ""
22+
23+
#: library/distutils.rst:10
24+
msgid ""
25+
"This module is no longer part of the Python standard library. It was :ref:"
26+
"`removed in Python 3.12 <whatsnew312-removed-distutils>` after being "
27+
"deprecated in Python 3.10. The removal was decided in :pep:`632`, which has "
28+
"`migration advice <https://peps.python.org/pep-0632/#migration-advice>`_."
29+
msgstr ""
30+
31+
#: library/distutils.rst:16
32+
msgid ""
33+
"The last version of Python that provided the :mod:`!distutils` module was "
34+
"`Python 3.11 <https://docs.python.org/3.11/library/distutils.html>`_."
35+
msgstr ""

library/imp.po

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2025, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.12\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2025-06-01 00:28+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <LL@li.org>\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
19+
#: library/imp.rst:2
20+
msgid ":mod:`!imp` --- Access the import internals"
21+
msgstr ""
22+
23+
#: library/imp.rst:10
24+
msgid ""
25+
"This module is no longer part of the Python standard library. It was :ref:"
26+
"`removed in Python 3.12 <whatsnew312-removed-imp>` after being deprecated in "
27+
"Python 3.4."
28+
msgstr ""
29+
30+
#: library/imp.rst:14
31+
msgid ""
32+
"The :ref:`removal notice <whatsnew312-removed-imp>` includes guidance for "
33+
"migrating code from :mod:`!imp` to :mod:`importlib`."
34+
msgstr ""
35+
36+
#: library/imp.rst:17
37+
msgid ""
38+
"The last version of Python that provided the :mod:`!imp` module was `Python "
39+
"3.11 <https://docs.python.org/3.11/library/imp.html>`_."
40+
msgstr ""

library/removed.po

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2025, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.12\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2025-06-01 00:28+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <LL@li.org>\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
19+
#: library/removed.rst:7
20+
msgid "Removed Modules"
21+
msgstr ""
22+
23+
#: library/removed.rst:9
24+
msgid ""
25+
"The modules described in this chapter have been removed from the Python "
26+
"standard library. They are documented here to help people find replacements."
27+
msgstr ""

library/smtpd.po

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2025, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.12\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2025-06-01 00:28+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <LL@li.org>\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
19+
#: library/smtpd.rst:2
20+
msgid ":mod:`!smtpd` --- SMTP Server"
21+
msgstr ""
22+
23+
#: library/smtpd.rst:10
24+
msgid ""
25+
"This module is no longer part of the Python standard library. It was :ref:"
26+
"`removed in Python 3.12 <whatsnew312-removed>` after being deprecated in "
27+
"Python 3.6. The removal was decided in :pep:`594`."
28+
msgstr ""
29+
30+
#: library/smtpd.rst:14
31+
msgid ""
32+
"A possible replacement is the third-party :pypi:`aiosmtpd` library. This "
33+
"library is not maintained or supported by the Python core team."
34+
msgstr ""
35+
36+
#: library/smtpd.rst:17
37+
msgid ""
38+
"The last version of Python that provided the :mod:`!smtpd` module was "
39+
"`Python 3.11 <https://docs.python.org/3.11/library/smtpd.html>`_."
40+
msgstr ""

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy