|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: Python 3.14\n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | | -"POT-Creation-Date: 2025-05-08 02:53-0300\n" |
| 11 | +"POT-Creation-Date: 2025-05-16 14:19+0000\n" |
12 | 12 | "PO-Revision-Date: 2024-07-29 04:07+0000\n" |
13 | 13 | "Language-Team: Persian (https://app.transifex.com/python-doc/teams/5390/" |
14 | 14 | "fa/)\n" |
@@ -169,27 +169,36 @@ msgstr "" |
169 | 169 |
|
170 | 170 | #: ../../deprecations/pending-removal-in-3.15.rst:88 |
171 | 171 | msgid "" |
| 172 | +"When using the functional syntax of :class:`~typing.TypedDict`\\s, failing " |
| 173 | +"to pass a value to the *fields* parameter (``TD = TypedDict(\"TD\")``) or " |
| 174 | +"passing ``None`` (``TD = TypedDict(\"TD\", None)``) has been deprecated " |
| 175 | +"since Python 3.13. Use ``class TD(TypedDict): pass`` or ``TD = " |
| 176 | +"TypedDict(\"TD\", {})`` to create a TypedDict with zero field." |
| 177 | +msgstr "" |
| 178 | + |
| 179 | +#: ../../deprecations/pending-removal-in-3.15.rst:95 |
| 180 | +msgid "" |
172 | 181 | "The :func:`typing.no_type_check_decorator` decorator function has been " |
173 | 182 | "deprecated since Python 3.13. After eight years in the :mod:`typing` module, " |
174 | 183 | "it has yet to be supported by any major type checker." |
175 | 184 | msgstr "" |
176 | 185 |
|
177 | | -#: ../../deprecations/pending-removal-in-3.15.rst:93 |
| 186 | +#: ../../deprecations/pending-removal-in-3.15.rst:100 |
178 | 187 | msgid ":mod:`wave`:" |
179 | 188 | msgstr "" |
180 | 189 |
|
181 | | -#: ../../deprecations/pending-removal-in-3.15.rst:95 |
| 190 | +#: ../../deprecations/pending-removal-in-3.15.rst:102 |
182 | 191 | msgid "" |
183 | 192 | "The :meth:`~wave.Wave_read.getmark`, :meth:`!setmark`, and :meth:`~wave." |
184 | 193 | "Wave_read.getmarkers` methods of the :class:`~wave.Wave_read` and :class:" |
185 | 194 | "`~wave.Wave_write` classes have been deprecated since Python 3.13." |
186 | 195 | msgstr "" |
187 | 196 |
|
188 | | -#: ../../deprecations/pending-removal-in-3.15.rst:100 |
| 197 | +#: ../../deprecations/pending-removal-in-3.15.rst:107 |
189 | 198 | msgid ":mod:`zipimport`:" |
190 | 199 | msgstr "" |
191 | 200 |
|
192 | | -#: ../../deprecations/pending-removal-in-3.15.rst:102 |
| 201 | +#: ../../deprecations/pending-removal-in-3.15.rst:109 |
193 | 202 | msgid "" |
194 | 203 | ":meth:`~zipimport.zipimporter.load_module` has been deprecated since Python " |
195 | 204 | "3.10. Use :meth:`~zipimport.zipimporter.exec_module` instead. (Contributed " |
|
0 commit comments