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

Skip to content

Commit d9bd336

Browse files
committed
Update translation build
1 parent ebe13d6 commit d9bd336

517 files changed

Lines changed: 550 additions & 522 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/library/stdtypes.rst.txt

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2399,7 +2399,7 @@ data and are closely related to string objects in a variety of other ways.
23992399
A reverse conversion function exists to transform a bytes object into its
24002400
hexadecimal representation.
24012401

2402-
.. method:: hex()
2402+
.. method:: hex([sep[, bytes_per_sep]])
24032403

24042404
Return a string object containing two hexadecimal digits for each
24052405
byte in the instance.
@@ -2493,7 +2493,7 @@ objects.
24932493
A reverse conversion function exists to transform a bytearray object into its
24942494
hexadecimal representation.
24952495

2496-
.. method:: hex()
2496+
.. method:: hex([sep[, bytes_per_sep]])
24972497

24982498
Return a string object containing two hexadecimal digits for each
24992499
byte in the instance.
@@ -2503,6 +2503,11 @@ objects.
25032503

25042504
.. versionadded:: 3.5
25052505

2506+
.. versionchanged:: 3.8
2507+
Similar to :meth:`bytes.hex`, :meth:`bytearray.hex` now supports
2508+
optional *sep* and *bytes_per_sep* parameters to insert separators
2509+
between bytes in the hex output.
2510+
25062511
Since bytearray objects are sequences of integers (akin to a list), for a
25072512
bytearray object *b*, ``b[0]`` will be an integer, while ``b[0:1]`` will be
25082513
a bytearray object of length 1. (This contrasts with text strings, where
@@ -3649,7 +3654,7 @@ copying.
36493654
in-memory Fortran order is preserved. For non-contiguous views, the
36503655
data is converted to C first. *order=None* is the same as *order='C'*.
36513656

3652-
.. method:: hex()
3657+
.. method:: hex([sep[, bytes_per_sep]])
36533658

36543659
Return a string object containing two hexadecimal digits for each
36553660
byte in the buffer. ::
@@ -3660,6 +3665,11 @@ copying.
36603665

36613666
.. versionadded:: 3.5
36623667

3668+
.. versionchanged:: 3.8
3669+
Similar to :meth:`bytes.hex`, :meth:`memoryview.hex` now supports
3670+
optional *sep* and *bytes_per_sep* parameters to insert separators
3671+
between bytes in the hex output.
3672+
36633673
.. method:: tolist()
36643674

36653675
Return the data in the buffer as a list of elements. ::

docs/_sources/library/sys.rst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,8 @@ always available.
343343
.. versionadded:: 3.7
344344
__breakpointhook__
345345

346+
.. versionadded:: 3.8
347+
__unraisablehook__
346348

347349
.. function:: exc_info()
348350

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 08, 2020.
204+
Ostatnia modyfikacja lut 09, 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 08, 2020.
234+
Ostatnia modyfikacja lut 09, 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 08, 2020.
215+
Ostatnia modyfikacja lut 09, 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 08, 2020.
262+
Ostatnia modyfikacja lut 09, 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 08, 2020.
235+
Ostatnia modyfikacja lut 09, 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 08, 2020.
786+
Ostatnia modyfikacja lut 09, 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 08, 2020.
232+
Ostatnia modyfikacja lut 09, 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 08, 2020.
889+
Ostatnia modyfikacja lut 09, 2020.
890890
<a href="https://docs.python.org/3/bugs.html">Found a bug</a>?
891891
<br />
892892

0 commit comments

Comments
 (0)