77msgstr ""
88"Project-Id-Version :Python 3.12\n "
99"Report-Msgid-Bugs-To :\n "
10- "POT-Creation-Date :2024-04 -01 00:17 +0000\n "
10+ "POT-Creation-Date :2024-06 -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 "
@@ -187,32 +187,32 @@ msgid ""
187187"packages of interest to you."
188188msgstr ""
189189
190- #: faq/general.rst:126
190+ #: faq/general.rst:128
191191msgid "How does the Python version numbering scheme work?"
192192msgstr ""
193193
194- #: faq/general.rst:128
194+ #: faq/general.rst:130
195195msgid "Python versions are numbered\" A.B.C\" or\" A.B\" :"
196196msgstr ""
197197
198- #: faq/general.rst:130
198+ #: faq/general.rst:132
199199msgid ""
200200"*A* is the major version number -- it is only incremented for really major "
201201"changes in the language."
202202msgstr ""
203203
204- #: faq/general.rst:132
204+ #: faq/general.rst:134
205205msgid ""
206206"*B* is the minor version number -- it is incremented for less earth-"
207207"shattering changes."
208208msgstr ""
209209
210- #: faq/general.rst:134
210+ #: faq/general.rst:136
211211msgid ""
212212"*C* is the micro version number -- it is incremented for each bugfix release."
213213msgstr ""
214214
215- #: faq/general.rst:136
215+ #: faq/general.rst:138
216216msgid ""
217217"Not all releases are bugfix releases. In the run-up to a new feature "
218218"release, a series of development releases are made, denoted as alpha, beta, "
@@ -223,31 +223,31 @@ msgid ""
223223"changes except as needed to fix critical bugs."
224224msgstr ""
225225
226- #: faq/general.rst:144
226+ #: faq/general.rst:146
227227msgid "Alpha, beta and release candidate versions have an additional suffix:"
228228msgstr ""
229229
230- #: faq/general.rst:146
230+ #: faq/general.rst:148
231231msgid "The suffix for an alpha version is\" aN\" for some small number *N*."
232232msgstr ""
233233
234- #: faq/general.rst:147
234+ #: faq/general.rst:149
235235msgid "The suffix for a beta version is\" bN\" for some small number *N*."
236236msgstr ""
237237
238- #: faq/general.rst:148
238+ #: faq/general.rst:150
239239msgid ""
240240"The suffix for a release candidate version is\" rcN\" for some small number "
241241"*N*."
242242msgstr ""
243243
244- #: faq/general.rst:150
244+ #: faq/general.rst:152
245245msgid ""
246246"In other words, all versions labeled *2.0aN* precede the versions labeled "
247247"*2.0bN*, which precede versions labeled *2.0rcN*, and *those* precede 2.0."
248248msgstr ""
249249
250- #: faq/general.rst:153
250+ #: faq/general.rst:155
251251msgid ""
252252"You may also find version numbers with a\" +\" suffix, e.g.\" 2.2+\" . These "
253253"are unreleased versions, built directly from the CPython development "
@@ -256,7 +256,7 @@ msgid ""
256256"e.g.\" 2.4a0\" ."
257257msgstr ""
258258
259- #: faq/general.rst:158
259+ #: faq/general.rst:160
260260msgid ""
261261"See the `Developer's Guide <https://devguide.python.org/developer-workflow/"
262262"development-cycle/>`__ for more information about the development cycle, "
@@ -265,33 +265,33 @@ msgid ""
265265"and :data:`sys.version_info`."
266266msgstr ""
267267
268- #: faq/general.rst:167
268+ #: faq/general.rst:169
269269msgid "How do I obtain a copy of the Python source?"
270270msgstr ""
271271
272- #: faq/general.rst:169
272+ #: faq/general.rst:171
273273msgid ""
274274"The latest Python source distribution is always available from python.org, "
275275"at https://www.python.org/downloads/. The latest development sources can be "
276276"obtained at https://github.com/python/cpython/."
277277msgstr ""
278278
279- #: faq/general.rst:173
279+ #: faq/general.rst:175
280280msgid ""
281281"The source distribution is a gzipped tar file containing the complete C "
282282"source, Sphinx-formatted documentation, Python library modules, example "
283283"programs, and several useful pieces of freely distributable software. The "
284284"source will compile and run out of the box on most UNIX platforms."
285285msgstr ""
286286
287- #: faq/general.rst:178
287+ #: faq/general.rst:180
288288msgid ""
289289"Consult the `Getting Started section of the Python Developer's Guide "
290290"<https://devguide.python.org/setup/>`__ for more information on getting the "
291291"source code and compiling it."
292292msgstr ""
293293
294- #: faq/general.rst:184
294+ #: faq/general.rst:186
295295msgid "How do I get documentation on Python?"
296296msgstr ""
297297