77msgstr ""
88"Project-Id-Version : Python 3.12\n "
99"Report-Msgid-Bugs-To : \n "
10- "POT-Creation-Date : 2023-09-18 19:05 +0000\n "
10+ "POT-Creation-Date : 2024-03-01 00:16 +0000\n "
1111"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1212"Last-Translator : \n "
1313"Language-Team : TURKISH <python.docs.tr@gmail.com>\n "
@@ -52,18 +52,19 @@ msgid ""
5252"implemented with respect to the other type; may be returned by the in-place "
5353"binary special methods (e.g. :meth:`~object.__imul__`, :meth:`~object."
5454"__iand__`, etc.) for the same purpose. It should not be evaluated in a "
55- "boolean context. `` NotImplemented`` is the sole instance of the :data:`types. "
56- "NotImplementedType` type."
55+ "boolean context. :data:`! NotImplemented` is the sole instance of the :data:"
56+ "`types. NotImplementedType` type."
5757msgstr ""
5858
5959#: library/constants.rst:40
6060msgid ""
61- "When a binary (or in-place) method returns `` NotImplemented` ` the "
61+ "When a binary (or in-place) method returns :data:`! NotImplemented` the "
6262"interpreter will try the reflected operation on the other type (or some "
63- "other fallback, depending on the operator). If all attempts return "
64- "``NotImplemented``, the interpreter will raise an appropriate exception. "
65- "Incorrectly returning ``NotImplemented`` will result in a misleading error "
66- "message or the ``NotImplemented`` value being returned to Python code."
63+ "other fallback, depending on the operator). If all attempts return :data:`!"
64+ "NotImplemented`, the interpreter will raise an appropriate exception. "
65+ "Incorrectly returning :data:`!NotImplemented` will result in a misleading "
66+ "error message or the :data:`!NotImplemented` value being returned to Python "
67+ "code."
6768msgstr ""
6869
6970#: library/constants.rst:47
@@ -72,15 +73,15 @@ msgstr ""
7273
7374#: library/constants.rst:51
7475msgid ""
75- "``NotImplementedError`` and `` NotImplemented`` are not interchangeable, even "
76- "though they have similar names and purposes. See :exc:`NotImplementedError` "
77- "for details on when to use it."
76+ "``NotImplementedError`` and :data:`! NotImplemented` are not interchangeable, "
77+ "even though they have similar names and purposes. See :exc:"
78+ "`NotImplementedError` for details on when to use it."
7879msgstr ""
7980
8081#: library/constants.rst:55
8182msgid ""
82- "Evaluating `` NotImplemented`` in a boolean context is deprecated. While it "
83- "currently evaluates as true, it will emit a :exc:`DeprecationWarning`. It "
83+ "Evaluating :data:`! NotImplemented` in a boolean context is deprecated. While "
84+ "it currently evaluates as true, it will emit a :exc:`DeprecationWarning`. It "
8485"will raise a :exc:`TypeError` in a future version of Python."
8586msgstr ""
8687
0 commit comments