File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ f'''''')
1616]]] -->
1717![ build] ( https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg )
18- ![ 82.96 % Language Switcher] ( https://img.shields.io/badge/language_switcher-82.96 %25-0.svg )
19- ![ Total Translation of Documentation] ( https://img.shields.io/badge/Total-4.42 %25-0.svg )
18+ ![ 83.04 % Language Switcher] ( https://img.shields.io/badge/language_switcher-83.04 %25-0.svg )
19+ ![ Total Translation of Documentation] ( https://img.shields.io/badge/Total-4.43 %25-0.svg )
2020![ 25 Translators] ( https://img.shields.io/badge/Translators-25-0.svg )
2121<!-- [[[end]]] -->
2222
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ f'''''')
1616]]] -->
1717![ build] ( https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg )
18- ![ 82.96 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-82.96 %25-0.svg )
19- ![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/całość-4.42 %25-0.svg )
18+ ![ 83.04 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-83.04 %25-0.svg )
19+ ![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/całość-4.43 %25-0.svg )
2020![ 25 tłumaczy] ( https://img.shields.io/badge/tłumaczy-25-0.svg )
2121<!-- [[[end]]] -->
2222
Original file line number Diff line number Diff line change @@ -534,6 +534,9 @@ msgid ""
534534"<bufferobjects>`, a read-only buffer of the object will be used to "
535535"initialize the bytes array."
536536msgstr ""
537+ "Jeśli jest to obiekt spełniający :ref:`interfejs bufora <bufferobjects>`, "
538+ "bufor tylko-do-odczytu obiektu zostanie użyty do zainicjowania tablicy "
539+ "bajtów."
537540
538541msgid ""
539542"If it is an *iterable*, it must be an iterable of integers in the range ``0 "
@@ -555,6 +558,10 @@ msgid ""
555558"class:`bytearray` -- it has the same non-mutating methods and the same "
556559"indexing and slicing behavior."
557560msgstr ""
561+ "Zwraca nowy obiekt „bajtów”, który jest niemutowalną sekwencją liczb "
562+ "całkowitych z zakresu ``0 <= x < 256``. :class:`bytes` jest niemutowalną "
563+ "wersją :class:`bytearray` -- ma te same niemutujące metody i to samo "
564+ "zachowanie indeksowania i slice'owania."
558565
559566msgid ""
560567"Accordingly, constructor arguments are interpreted as for :func:`bytearray`."
You can’t perform that action at this time.
0 commit comments