Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b34d5e4

Browse files
committed
Update translation build
1 parent 5e256dd commit b34d5e4

517 files changed

Lines changed: 572 additions & 532 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/_sources/tutorial/errors.rst.txt

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -341,15 +341,33 @@ example::
341341
File "<stdin>", line 2, in <module>
342342
KeyboardInterrupt
343343

344-
If a :keyword:`finally` clause is present, the :keyword:`finally` clause will execute as the last task before the :keyword:`try` statement completes. The :keyword:`finally` clause runs whether or not the :keyword:`try` statement produces an exception. The following points discuss more complex cases when an exception occurs:
345-
346-
* If an exception occurs during execution of the :keyword:`!try` clause, the exception may be handled by an :keyword:`except` clause. If the exception is not handled by an :keyword:`except` clause, the exception is re-raised after the :keyword:`!finally` clause has been executed.
347-
348-
* An exception could occur during execution of an :keyword:`!except` or :keyword:`!else` clause. Again, the exception is re-raised after the :keyword:`!finally` clause has been executed.
349-
350-
* If the :keyword:`!try` statement reaches a :keyword:`break`, :keyword:`continue` or :keyword:`return` statement, the :keyword:`finally` clause will execute just prior to the :keyword:`break`, :keyword:`continue` or :keyword:`return` statement's execution.
351-
352-
* If a :keyword:`finally` clause includes a :keyword:`return` statement, the :keyword:`finally` clause's :keyword:`return` statement will execute before, and instead of, the :keyword:`return` statement in a :keyword:`try` clause.
344+
If a :keyword:`finally` clause is present, the :keyword:`!finally`
345+
clause will execute as the last task before the :keyword:`try`
346+
statement completes. The :keyword:`!finally` clause runs whether or
347+
not the :keyword:`!try` statement produces an exception. The following
348+
points discuss more complex cases when an exception occurs:
349+
350+
* If an exception occurs during execution of the :keyword:`!try`
351+
clause, the exception may be handled by an :keyword:`except`
352+
clause. If the exception is not handled by an :keyword:`!except`
353+
clause, the exception is re-raised after the :keyword:`!finally`
354+
clause has been executed.
355+
356+
* An exception could occur during execution of an :keyword:`!except`
357+
or :keyword:`!else` clause. Again, the exception is re-raised after
358+
the :keyword:`!finally` clause has been executed.
359+
360+
* If the :keyword:`!try` statement reaches a :keyword:`break`,
361+
:keyword:`continue` or :keyword:`return` statement, the
362+
:keyword:`!finally` clause will execute just prior to the
363+
:keyword:`!break`, :keyword:`!continue` or :keyword:`!return`
364+
statement's execution.
365+
366+
* If a :keyword:`!finally` clause includes a :keyword:`!return`
367+
statement, the returned value will be the one from the
368+
:keyword:`!finally` clause's :keyword:`!return` statement, not the
369+
value from the :keyword:`!try` clause's :keyword:`!return`
370+
statement.
353371

354372
For example::
355373

docs/_sources/whatsnew/3.8.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,7 @@ Changes in the C API
21112111

21122112
.. code-block:: shell
21132113
2114-
gendef python38.dll > tmp.def
2114+
gendef - python38.dll > tmp.def
21152115
dlltool --dllname python38.dll --def tmp.def --output-lib libpython38.a
21162116
21172117
The location of an installed :file:`pythonXY.dll` will depend on the

docs/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h3>Nawigacja</h3>
201201
<br />
202202
<br />
203203

204-
Ostatnia modyfikacja lut 06, 2020.
204+
Ostatnia modyfikacja lut 07, 2020.
205205
<a href="https://docs.python.org/3/bugs.html">Found a bug</a>?
206206
<br />
207207

docs/bugs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h3>Nawigacja</h3>
231231
<br />
232232
<br />
233233

234-
Ostatnia modyfikacja lut 06, 2020.
234+
Ostatnia modyfikacja lut 07, 2020.
235235
<a href="https://docs.python.org/3/bugs.html">Found a bug</a>?
236236
<br />
237237

docs/c-api/abstract.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ <h3>Nawigacja</h3>
212212
<br />
213213
<br />
214214

215-
Ostatnia modyfikacja lut 06, 2020.
215+
Ostatnia modyfikacja lut 07, 2020.
216216
<a href="https://docs.python.org/3/bugs.html">Found a bug</a>?
217217
<br />
218218

docs/c-api/allocation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ <h3>Nawigacja</h3>
259259
<br />
260260
<br />
261261

262-
Ostatnia modyfikacja lut 06, 2020.
262+
Ostatnia modyfikacja lut 07, 2020.
263263
<a href="https://docs.python.org/3/bugs.html">Found a bug</a>?
264264
<br />
265265

docs/c-api/apiabiversion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ <h3>Nawigacja</h3>
232232
<br />
233233
<br />
234234

235-
Ostatnia modyfikacja lut 06, 2020.
235+
Ostatnia modyfikacja lut 07, 2020.
236236
<a href="https://docs.python.org/3/bugs.html">Found a bug</a>?
237237
<br />
238238

docs/c-api/arg.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ <h3>Nawigacja</h3>
783783
<br />
784784
<br />
785785

786-
Ostatnia modyfikacja lut 06, 2020.
786+
Ostatnia modyfikacja lut 07, 2020.
787787
<a href="https://docs.python.org/3/bugs.html">Found a bug</a>?
788788
<br />
789789

docs/c-api/bool.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ <h3>Nawigacja</h3>
229229
<br />
230230
<br />
231231

232-
Ostatnia modyfikacja lut 06, 2020.
232+
Ostatnia modyfikacja lut 07, 2020.
233233
<a href="https://docs.python.org/3/bugs.html">Found a bug</a>?
234234
<br />
235235

docs/c-api/buffer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ <h3>Nawigacja</h3>
886886
<br />
887887
<br />
888888

889-
Ostatnia modyfikacja lut 06, 2020.
889+
Ostatnia modyfikacja lut 07, 2020.
890890
<a href="https://docs.python.org/3/bugs.html">Found a bug</a>?
891891
<br />
892892

0 commit comments

Comments
 (0)