Skip to content

Commit

Permalink
Get changes from CPython Doc for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
python-docs-turkish committed Jan 1, 2025
1 parent a987231 commit 173a6da
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 0 deletions.
38 changes: 38 additions & 0 deletions library/asynchat.po
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 ""
38 changes: 38 additions & 0 deletions library/asyncore.po
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 ""
35 changes: 35 additions & 0 deletions library/distutils.po
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 ""
40 changes: 40 additions & 0 deletions library/imp.po
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 ""
27 changes: 27 additions & 0 deletions library/removed.po
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 ""
40 changes: 40 additions & 0 deletions library/smtpd.po
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 ""

0 comments on commit 173a6da

Please sign in to comment.