Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with CPython 3.13 #998

Draft
wants to merge 13 commits into
base: 3.13
Choose a base branch
from
429 changes: 219 additions & 210 deletions c-api/init.po

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions library/aifc.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2024, 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.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-18 00:15+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"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../../library/aifc.rst:2
msgid ":mod:`!aifc` --- Read and write AIFF and AIFC files"
msgstr ""

#: ../../library/aifc.rst:10
msgid ""
"This module is no longer part of the Python standard library. It was :ref:"
"`removed in Python 3.13 <whatsnew313-pep594>` after being deprecated in "
"Python 3.11. The removal was decided in :pep:`594`."
msgstr ""

#: ../../library/aifc.rst:14
msgid ""
"The last version of Python that provided the :mod:`!aifc` module was `Python "
"3.12 <https://docs.python.org/3.12/library/aifc.html>`_."
msgstr ""
Loading