-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathunicode.po
More file actions
1270 lines (856 loc) · 55.8 KB
/
Copy pathunicode.po
File metadata and controls
1270 lines (856 loc) · 55.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001 Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Alireza Shabani (Revisto) <theRevisto@gmail.com>, 2025
# Danial Behzadi <dani.behzi@ubuntu.com>, 2025
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
# Sepehr Rasouli <sepehrrasouli06@gmail.com>, 2026
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-08-18 04:30+0000\n"
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
"Last-Translator: Sepehr Rasouli <sepehrrasouli06@gmail.com>, 2026\n"
"Language-Team: Persian (https://github.com/revisto/python-docs-fa/fa/)\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
msgid "Unicode Objects and Codecs"
msgstr ""
msgid "Unicode Objects"
msgstr ""
msgid "Since the implementation of :pep:`393` in Python 3.3, Unicode objects internally use a variety of representations, in order to allow handling the complete range of Unicode characters while staying memory efficient. There are special cases for strings where all code points are below 128, 256, or 65536; otherwise, code points must be below 1114112 (which is the full Unicode range)."
msgstr ""
msgid "UTF-8 representation is created on demand and cached in the Unicode object."
msgstr ""
msgid "The :c:type:`Py_UNICODE` representation has been removed since Python 3.12 with deprecated APIs. See :pep:`623` for more information."
msgstr ""
msgid "Unicode Type"
msgstr ""
msgid "These are the basic Unicode object types used for the Unicode implementation in Python:"
msgstr ""
msgid "This instance of :c:type:`PyTypeObject` represents the Python Unicode type. It is exposed to Python code as :py:class:`str`."
msgstr ""
msgid "This instance of :c:type:`PyTypeObject` represents the Python Unicode iterator type. It is used to iterate over Unicode string objects."
msgstr ""
msgid "These types are typedefs for unsigned integer types wide enough to contain characters of 32 bits, 16 bits and 8 bits, respectively. When dealing with single Unicode characters, use :c:type:`Py_UCS4`."
msgstr ""
msgid "These subtypes of :c:type:`PyObject` represent a Python Unicode object. In almost all cases, they shouldn't be used directly, since all API functions that deal with Unicode objects take and return :c:type:`PyObject` pointers."
msgstr ""
msgid "The structure of a particular object can be determined using the following macros. The macros cannot fail; their behavior is undefined if their argument is not a Python Unicode object."
msgstr ""
msgid "True if *o* uses the :c:struct:`PyCompactUnicodeObject` structure."
msgstr ""
msgid "True if *o* uses the :c:struct:`PyASCIIObject` structure."
msgstr ""
msgid "The following APIs are C macros and static inlined functions for fast checks and access to internal read-only data of Unicode objects:"
msgstr ""
msgid "Return true if the object *obj* is a Unicode object or an instance of a Unicode subtype. This function always succeeds."
msgstr ""
msgid "Return true if the object *obj* is a Unicode object, but not an instance of a subtype. This function always succeeds."
msgstr ""
msgid "Return the length of the Unicode string, in code points. *unicode* has to be a Unicode object in the \"canonical\" representation (not checked)."
msgstr ""
msgid "Return a pointer to the canonical representation cast to UCS1, UCS2 or UCS4 integer types for direct character access. No checks are performed if the canonical representation has the correct character size; use :c:func:`PyUnicode_KIND` to select the right function."
msgstr ""
msgid "Return values of the :c:func:`PyUnicode_KIND` macro."
msgstr ""
msgid "``PyUnicode_WCHAR_KIND`` has been removed."
msgstr ""
msgid "Return one of the PyUnicode kind constants (see above) that indicate how many bytes per character this Unicode object uses to store its data. *unicode* has to be a Unicode object in the \"canonical\" representation (not checked)."
msgstr ""
msgid "Return a void pointer to the raw Unicode buffer. *unicode* has to be a Unicode object in the \"canonical\" representation (not checked)."
msgstr ""
msgid "Write the code point *value* to the given zero-based *index* in a string."
msgstr ""
msgid "The *kind* value and *data* pointer must have been obtained from a string using :c:func:`PyUnicode_KIND` and :c:func:`PyUnicode_DATA` respectively. You must hold a reference to that string while calling :c:func:`!PyUnicode_WRITE`. All requirements of :c:func:`PyUnicode_WriteChar` also apply."
msgstr ""
msgid "The function performs no checks for any of its requirements, and is intended for usage in loops."
msgstr ""
msgid "Read a code point from a canonical representation *data* (as obtained with :c:func:`PyUnicode_DATA`). No checks or ready calls are performed."
msgstr ""
msgid "Read a character from a Unicode object *unicode*, which must be in the \"canonical\" representation. This is less efficient than :c:func:`PyUnicode_READ` if you do multiple consecutive reads."
msgstr ""
msgid "Return the maximum code point that is suitable for creating another string based on *unicode*, which must be in the \"canonical\" representation. This is always an approximation but more efficient than iterating over the string."
msgstr ""
msgid "Return ``1`` if the string is a valid identifier according to the language definition, section :ref:`identifiers`. Return ``0`` otherwise."
msgstr ""
msgid "The function does not call :c:func:`Py_FatalError` anymore if the string is not ready."
msgstr ""
msgid "Return true if the string only contains ASCII characters. Equivalent to :py:meth:`str.isascii`."
msgstr ""
msgid "Unicode Character Properties"
msgstr ""
msgid "Unicode provides many different character properties. The most often needed ones are available through these macros which are mapped to C functions depending on the Python configuration."
msgstr ""
msgid "Return ``1`` or ``0`` depending on whether *ch* is a whitespace character."
msgstr ""
msgid "Return ``1`` or ``0`` depending on whether *ch* is a lowercase character."
msgstr ""
msgid "Return ``1`` or ``0`` depending on whether *ch* is an uppercase character."
msgstr ""
msgid "Return ``1`` or ``0`` depending on whether *ch* is a titlecase character."
msgstr ""
msgid "Return ``1`` or ``0`` depending on whether *ch* is a linebreak character."
msgstr ""
msgid "Return ``1`` or ``0`` depending on whether *ch* is a decimal character."
msgstr ""
msgid "Return ``1`` or ``0`` depending on whether *ch* is a digit character."
msgstr ""
msgid "Return ``1`` or ``0`` depending on whether *ch* is a numeric character."
msgstr ""
msgid "Return ``1`` or ``0`` depending on whether *ch* is an alphabetic character."
msgstr ""
msgid "Return ``1`` or ``0`` depending on whether *ch* is an alphanumeric character."
msgstr ""
msgid "Return ``1`` or ``0`` depending on whether *ch* is a printable character, in the sense of :meth:`str.isprintable`."
msgstr ""
msgid "These APIs can be used for fast direct character conversions:"
msgstr ""
msgid "Return the character *ch* converted to lower case."
msgstr ""
msgid "Return the character *ch* converted to upper case."
msgstr ""
msgid "Return the character *ch* converted to title case."
msgstr ""
msgid "Return the character *ch* converted to a decimal positive integer. Return ``-1`` if this is not possible. This function does not raise exceptions."
msgstr ""
msgid "Return the character *ch* converted to a single digit integer. Return ``-1`` if this is not possible. This function does not raise exceptions."
msgstr ""
msgid "Return the character *ch* converted to a double. Return ``-1.0`` if this is not possible. This function does not raise exceptions."
msgstr ""
msgid "These APIs can be used to work with surrogates:"
msgstr ""
msgid "Check if *ch* is a surrogate (``0xD800 <= ch <= 0xDFFF``)."
msgstr ""
msgid "Check if *ch* is a high surrogate (``0xD800 <= ch <= 0xDBFF``)."
msgstr ""
msgid "Check if *ch* is a low surrogate (``0xDC00 <= ch <= 0xDFFF``)."
msgstr ""
msgid "Return the high UTF-16 surrogate (``0xD800`` to ``0xDBFF``) for a Unicode code point in the range ``[0x10000; 0x10FFFF]``."
msgstr ""
msgid "Return the low UTF-16 surrogate (``0xDC00`` to ``0xDFFF``) for a Unicode code point in the range ``[0x10000; 0x10FFFF]``."
msgstr ""
msgid "Join two surrogate code points and return a single :c:type:`Py_UCS4` value. *high* and *low* are respectively the leading and trailing surrogates in a surrogate pair. *high* must be in the range ``[0xD800; 0xDBFF]`` and *low* must be in the range ``[0xDC00; 0xDFFF]``."
msgstr ""
msgid "Creating and accessing Unicode strings"
msgstr ""
msgid "To create Unicode objects and access their basic sequence properties, use these APIs:"
msgstr ""
msgid "Create a new Unicode object. *maxchar* should be the true maximum code point to be placed in the string. As an approximation, it can be rounded up to the nearest value in the sequence 127, 255, 65535, 1114111."
msgstr ""
msgid "On error, set an exception and return ``NULL``."
msgstr ""
msgid "After creation, the string can be filled by :c:func:`PyUnicode_WriteChar`, :c:func:`PyUnicode_CopyCharacters`, :c:func:`PyUnicode_Fill`, :c:func:`PyUnicode_WRITE` or similar. Since strings are supposed to be immutable, take care to not “use” the result while it is being modified. In particular, before it's filled with its final contents, a string:"
msgstr ""
msgid "must not be hashed,"
msgstr ""
msgid "must not be :c:func:`converted to UTF-8 <PyUnicode_AsUTF8AndSize>`, or another non-\"canonical\" representation,"
msgstr ""
msgid "must not have its reference count changed,"
msgstr ""
msgid "must not be shared with code that might do one of the above."
msgstr ""
msgid "This list is not exhaustive. Avoiding these uses is your responsibility; Python does not always check these requirements."
msgstr ""
msgid "To avoid accidentally exposing a partially-written string object, prefer using the :c:type:`PyUnicodeWriter` API, or one of the ``PyUnicode_From*`` functions below."
msgstr ""
msgid "Create a new Unicode object with the given *kind* (possible values are :c:macro:`PyUnicode_1BYTE_KIND` etc., as returned by :c:func:`PyUnicode_KIND`). The *buffer* must point to an array of *size* units of 1, 2 or 4 bytes per character, as given by the kind."
msgstr ""
msgid "If necessary, the input *buffer* is copied and transformed into the canonical representation. For example, if the *buffer* is a UCS4 string (:c:macro:`PyUnicode_4BYTE_KIND`) and it consists only of codepoints in the UCS1 range, it will be transformed into UCS1 (:c:macro:`PyUnicode_1BYTE_KIND`)."
msgstr ""
msgid "Create a Unicode object from the char buffer *str*. The bytes will be interpreted as being UTF-8 encoded. The buffer is copied into the new object. The return value might be a shared object, i.e. modification of the data is not allowed."
msgstr ""
msgid "This function raises :exc:`SystemError` when:"
msgstr ""
msgid "*size* < 0,"
msgstr ""
msgid "*str* is ``NULL`` and *size* > 0"
msgstr ""
msgid "*str* == ``NULL`` with *size* > 0 is not allowed anymore."
msgstr ""
msgid "Create a Unicode object from a UTF-8 encoded null-terminated char buffer *str*."
msgstr ""
msgid "Take a C :c:func:`printf`\\ -style *format* string and a variable number of arguments, calculate the size of the resulting Python Unicode string and return a string with the values formatted into it. The variable arguments must be C types and must correspond exactly to the format characters in the *format* ASCII-encoded string."
msgstr ""
msgid "A conversion specifier contains two or more characters and has the following components, which must occur in this order:"
msgstr ""
msgid "The ``'%'`` character, which marks the start of the specifier."
msgstr ""
msgid "Conversion flags (optional), which affect the result of some conversion types."
msgstr ""
msgid "Minimum field width (optional). If specified as an ``'*'`` (asterisk), the actual width is given in the next argument, which must be of type :c:expr:`int`, and the object to convert comes after the minimum field width and optional precision."
msgstr ""
msgid "Precision (optional), given as a ``'.'`` (dot) followed by the precision. If specified as ``'*'`` (an asterisk), the actual precision is given in the next argument, which must be of type :c:expr:`int`, and the value to convert comes after the precision."
msgstr ""
msgid "Length modifier (optional)."
msgstr ""
msgid "Conversion type."
msgstr ""
msgid "The conversion flag characters are:"
msgstr ""
msgid "Flag"
msgstr ""
msgid "Meaning"
msgstr ""
msgid "``0``"
msgstr ""
msgid "The conversion will be zero padded for numeric values."
msgstr ""
msgid "``-``"
msgstr ""
msgid "The converted value is left adjusted (overrides the ``0`` flag if both are given)."
msgstr ""
msgid "The length modifiers for following integer conversions (``d``, ``i``, ``o``, ``u``, ``x``, or ``X``) specify the type of the argument (:c:expr:`int` by default):"
msgstr ""
msgid "Modifier"
msgstr ""
msgid "Types"
msgstr ""
msgid "``l``"
msgstr ""
msgid ":c:expr:`long` or :c:expr:`unsigned long`"
msgstr ""
msgid "``ll``"
msgstr ""
msgid ":c:expr:`long long` or :c:expr:`unsigned long long`"
msgstr ""
msgid "``j``"
msgstr ""
msgid ":c:type:`intmax_t` or :c:type:`uintmax_t`"
msgstr ""
msgid "``z``"
msgstr ""
msgid ":c:type:`size_t` or :c:type:`ssize_t`"
msgstr ""
msgid "``t``"
msgstr ""
msgid ":c:type:`ptrdiff_t`"
msgstr ""
msgid "The length modifier ``l`` for following conversions ``s`` or ``V`` specify that the type of the argument is :c:expr:`const wchar_t*`."
msgstr ""
msgid "The conversion specifiers are:"
msgstr ""
msgid "Conversion Specifier"
msgstr ""
msgid "Type"
msgstr ""
msgid "Comment"
msgstr ""
msgid "``%``"
msgstr ""
msgid "*n/a*"
msgstr ""
msgid "The literal ``%`` character."
msgstr ""
msgid "``d``, ``i``"
msgstr ""
msgid "Specified by the length modifier"
msgstr ""
msgid "The decimal representation of a signed C integer."
msgstr ""
msgid "``u``"
msgstr ""
msgid "The decimal representation of an unsigned C integer."
msgstr ""
msgid "``o``"
msgstr ""
msgid "The octal representation of an unsigned C integer."
msgstr ""
msgid "``x``"
msgstr ""
msgid "The hexadecimal representation of an unsigned C integer (lowercase)."
msgstr ""
msgid "``X``"
msgstr ""
msgid "The hexadecimal representation of an unsigned C integer (uppercase)."
msgstr ""
msgid "``c``"
msgstr ""
msgid ":c:expr:`int`"
msgstr ""
msgid "A single character."
msgstr ""
msgid "``s``"
msgstr ""
msgid ":c:expr:`const char*` or :c:expr:`const wchar_t*`"
msgstr ""
msgid "A null-terminated C character array."
msgstr ""
msgid "``p``"
msgstr ""
msgid ":c:expr:`const void*`"
msgstr ""
msgid "The hex representation of a C pointer. Mostly equivalent to ``printf(\"%p\")`` except that it is guaranteed to start with the literal ``0x`` regardless of what the platform's ``printf`` yields."
msgstr ""
msgid "``A``"
msgstr ""
msgid ":c:expr:`PyObject*`"
msgstr ""
msgid "The result of calling :func:`ascii`."
msgstr ""
msgid "``U``"
msgstr ""
msgid "A Unicode object."
msgstr ""
msgid "``V``"
msgstr ""
msgid ":c:expr:`PyObject*`, :c:expr:`const char*` or :c:expr:`const wchar_t*`"
msgstr ""
msgid "A Unicode object (which may be ``NULL``) and a null-terminated C character array as a second parameter (which will be used, if the first parameter is ``NULL``)."
msgstr ""
msgid "``S``"
msgstr ""
msgid "The result of calling :c:func:`PyObject_Str`."
msgstr ""
msgid "``R``"
msgstr ""
msgid "The result of calling :c:func:`PyObject_Repr`."
msgstr ""
msgid "``T``"
msgstr ""
msgid "Get the fully qualified name of an object type; call :c:func:`PyType_GetFullyQualifiedName`."
msgstr ""
msgid "``#T``"
msgstr ""
msgid "Similar to ``T`` format, but use a colon (``:``) as separator between the module name and the qualified name."
msgstr ""
msgid "``N``"
msgstr ""
msgid ":c:expr:`PyTypeObject*`"
msgstr ""
msgid "Get the fully qualified name of a type; call :c:func:`PyType_GetFullyQualifiedName`."
msgstr ""
msgid "``#N``"
msgstr ""
msgid "Similar to ``N`` format, but use a colon (``:``) as separator between the module name and the qualified name."
msgstr ""
msgid "The width formatter unit is number of characters rather than bytes. The precision formatter unit is number of bytes or :c:type:`wchar_t` items (if the length modifier ``l`` is used) for ``\"%s\"`` and ``\"%V\"`` (if the ``PyObject*`` argument is ``NULL``), and a number of characters for ``\"%A\"``, ``\"%U\"``, ``\"%S\"``, ``\"%R\"`` and ``\"%V\"`` (if the ``PyObject*`` argument is not ``NULL``)."
msgstr ""
msgid "Unlike to C :c:func:`printf` the ``0`` flag has effect even when a precision is given for integer conversions (``d``, ``i``, ``u``, ``o``, ``x``, or ``X``)."
msgstr ""
msgid "Support for ``\"%lld\"`` and ``\"%llu\"`` added."
msgstr ""
msgid "Support for ``\"%li\"``, ``\"%lli\"`` and ``\"%zi\"`` added."
msgstr ""
msgid "Support width and precision formatter for ``\"%s\"``, ``\"%A\"``, ``\"%U\"``, ``\"%V\"``, ``\"%S\"``, ``\"%R\"`` added."
msgstr ""
msgid "Support for conversion specifiers ``o`` and ``X``. Support for length modifiers ``j`` and ``t``. Length modifiers are now applied to all integer conversions. Length modifier ``l`` is now applied to conversion specifiers ``s`` and ``V``. Support for variable width and precision ``*``. Support for flag ``-``."
msgstr ""
msgid "An unrecognized format character now sets a :exc:`SystemError`. In previous versions it caused all the rest of the format string to be copied as-is to the result string, and any extra arguments discarded."
msgstr ""
msgid "Support for ``%T``, ``%#T``, ``%N`` and ``%#N`` formats added."
msgstr ""
msgid "Identical to :c:func:`PyUnicode_FromFormat` except that it takes exactly two arguments."
msgstr ""
msgid "Copy an instance of a Unicode subtype to a new true Unicode object if necessary. If *obj* is already a true Unicode object (not a subtype), return a new :term:`strong reference` to the object."
msgstr ""
msgid "Objects other than Unicode or its subtypes will cause a :exc:`TypeError`."
msgstr ""
msgid "Create a Unicode Object from the given Unicode code point *ordinal*."
msgstr ""
msgid "The ordinal must be in ``range(0x110000)``. A :exc:`ValueError` is raised in the case it is not."
msgstr ""
msgid "Decode an encoded object *obj* to a Unicode object."
msgstr ""
msgid ":class:`bytes`, :class:`bytearray` and other :term:`bytes-like objects <bytes-like object>` are decoded according to the given *encoding* and using the error handling defined by *errors*. Both can be ``NULL`` to have the interface use the default values (see :ref:`builtincodecs` for details)."
msgstr ""
msgid "All other objects, including Unicode objects, cause a :exc:`TypeError` to be set."
msgstr ""
msgid "The API returns ``NULL`` if there was an error. The caller is responsible for decref'ing the returned objects."
msgstr ""
msgid "Append the string *right* to the end of *p_left*. *p_left* must point to a :term:`strong reference` to a Unicode object; :c:func:`!PyUnicode_Append` releases (\"steals\") this reference."
msgstr ""
msgid "On error, set *\\*p_left* to ``NULL`` and set an exception."
msgstr ""
msgid "On success, set *\\*p_left* to a new strong reference to the result."
msgstr ""
msgid "The function is similar to :c:func:`PyUnicode_Append`, with the only difference being that it decrements the reference count of *right* by one."
msgstr ""
msgid "Return a mapping suitable for decoding a custom single-byte encoding. Given a Unicode string *string* of up to 256 characters representing an encoding table, returns either a compact internal mapping object or a dictionary mapping character ordinals to byte values. Raises a :exc:`TypeError` and return ``NULL`` on invalid input."
msgstr ""
msgid "Return the name of the default string encoding, ``\"utf-8\"``. See :func:`sys.getdefaultencoding`."
msgstr ""
msgid "The returned string does not need to be freed, and is valid until interpreter shutdown."
msgstr ""
msgid "Return the length of the Unicode object, in code points."
msgstr ""
msgid "On error, set an exception and return ``-1``."
msgstr ""
msgid "Copy characters from one Unicode object into another. This function performs character conversion when necessary and falls back to :c:func:`!memcpy` if possible. Returns ``-1`` and sets an exception on error, otherwise returns the number of copied characters."
msgstr ""
msgid "The string must not have been “used” yet. See :c:func:`PyUnicode_New` for details."
msgstr ""
msgid "Resize a Unicode object *\\*unicode* to the new *length* in code points."
msgstr ""
msgid "Try to resize the string in place (which is usually faster than allocating a new string and copying characters), or create a new string."
msgstr ""
msgid "*\\*unicode* is modified to point to the new (resized) object and ``0`` is returned on success. Otherwise, ``-1`` is returned and an exception is set, and *\\*unicode* is left untouched."
msgstr ""
msgid "The function doesn't check string content, the result may not be a string in canonical representation."
msgstr ""
msgid "Fill a string with a character: write *fill_char* into ``unicode[start:start+length]``."
msgstr ""
msgid "Fail if *fill_char* is bigger than the string maximum character, or if the string has more than 1 reference."
msgstr ""
msgid "Return the number of written characters, or return ``-1`` and raise an exception on error."
msgstr ""
msgid "Write a *character* to the string *unicode* at the zero-based *index*. Return ``0`` on success, ``-1`` on error with an exception set."
msgstr ""
msgid "This function checks that *unicode* is a Unicode object, that the index is not out of bounds, and that the object's reference count is one. See :c:func:`PyUnicode_WRITE` for a version that skips these checks, making them your responsibility."
msgstr ""
msgid "Read a character from a string. This function checks that *unicode* is a Unicode object and the index is not out of bounds, in contrast to :c:func:`PyUnicode_READ_CHAR`, which performs no error checking."
msgstr ""
msgid "Return character on success, ``-1`` on error with an exception set."
msgstr ""
msgid "Return a substring of *unicode*, from character index *start* (included) to character index *end* (excluded). Negative indices are not supported. On error, set an exception and return ``NULL``."
msgstr ""
msgid "Copy the string *unicode* into a UCS4 buffer, including a null character, if *copy_null* is set. Returns ``NULL`` and sets an exception on error (in particular, a :exc:`SystemError` if *buflen* is smaller than the length of *unicode*). *buffer* is returned on success."
msgstr ""
msgid "Copy the string *unicode* into a new UCS4 buffer that is allocated using :c:func:`PyMem_Malloc`. If this fails, ``NULL`` is returned with a :exc:`MemoryError` set. The returned buffer always has an extra null code point appended."
msgstr ""
msgid "Locale Encoding"
msgstr ""
msgid "The current locale encoding can be used to decode text from the operating system."
msgstr ""
msgid "Decode a string from UTF-8 on Android and VxWorks, or from the current locale encoding on other platforms. The supported error handlers are ``\"strict\"`` and ``\"surrogateescape\"`` (:pep:`383`). The decoder uses ``\"strict\"`` error handler if *errors* is ``NULL``. *str* must end with a null character but cannot contain embedded null characters."
msgstr ""
msgid "Use :c:func:`PyUnicode_DecodeFSDefaultAndSize` to decode a string from the :term:`filesystem encoding and error handler`."
msgstr ""
msgid "This function ignores the :ref:`Python UTF-8 Mode <utf8-mode>`."
msgstr ""
msgid "The :c:func:`Py_DecodeLocale` function."
msgstr ""
msgid "The function now also uses the current locale encoding for the ``surrogateescape`` error handler, except on Android. Previously, :c:func:`Py_DecodeLocale` was used for the ``surrogateescape``, and the current locale encoding was used for ``strict``."
msgstr ""
msgid "Similar to :c:func:`PyUnicode_DecodeLocaleAndSize`, but compute the string length using :c:func:`!strlen`."
msgstr ""
msgid "Encode a Unicode object to UTF-8 on Android and VxWorks, or to the current locale encoding on other platforms. The supported error handlers are ``\"strict\"`` and ``\"surrogateescape\"`` (:pep:`383`). The encoder uses ``\"strict\"`` error handler if *errors* is ``NULL``. Return a :class:`bytes` object. *unicode* cannot contain embedded null characters."
msgstr ""
msgid "Use :c:func:`PyUnicode_EncodeFSDefault` to encode a string to the :term:`filesystem encoding and error handler`."
msgstr ""
msgid "The :c:func:`Py_EncodeLocale` function."
msgstr ""
msgid "The function now also uses the current locale encoding for the ``surrogateescape`` error handler, except on Android. Previously, :c:func:`Py_EncodeLocale` was used for the ``surrogateescape``, and the current locale encoding was used for ``strict``."
msgstr ""
msgid "File System Encoding"
msgstr ""
msgid "Functions encoding to and decoding from the :term:`filesystem encoding and error handler` (:pep:`383` and :pep:`529`)."
msgstr ""
msgid "To encode file names to :class:`bytes` during argument parsing, the ``\"O&\"`` converter should be used, passing :c:func:`!PyUnicode_FSConverter` as the conversion function:"
msgstr ""
msgid ":ref:`PyArg_Parse\\* converter <arg-parsing>`: encode :class:`str` objects -- obtained directly or through the :class:`os.PathLike` interface -- to :class:`bytes` using :c:func:`PyUnicode_EncodeFSDefault`; :class:`bytes` objects are output as-is. *result* must be an address of a C variable of type :c:expr:`PyObject*` (or :c:expr:`PyBytesObject*`). On success, set the variable to a new :term:`strong reference` to a :ref:`bytes object <bytesobjects>` which must be released when it is no longer used and return a non-zero value (:c:macro:`Py_CLEANUP_SUPPORTED`). Embedded null bytes are not allowed in the result. On failure, return ``0`` with an exception set."
msgstr ""
msgid "If *obj* is ``NULL``, the function releases a strong reference stored in the variable referred by *result* and returns ``1``."
msgstr ""
msgid "Accepts a :term:`path-like object`."
msgstr ""
msgid "To decode file names to :class:`str` during argument parsing, the ``\"O&\"`` converter should be used, passing :c:func:`!PyUnicode_FSDecoder` as the conversion function:"
msgstr ""
msgid ":ref:`PyArg_Parse\\* converter <arg-parsing>`: decode :class:`bytes` objects -- obtained either directly or indirectly through the :class:`os.PathLike` interface -- to :class:`str` using :c:func:`PyUnicode_DecodeFSDefaultAndSize`; :class:`str` objects are output as-is. *result* must be an address of a C variable of type :c:expr:`PyObject*` (or :c:expr:`PyUnicodeObject*`). On success, set the variable to a new :term:`strong reference` to a :ref:`Unicode object <unicodeobjects>` which must be released when it is no longer used and return a non-zero value (:c:macro:`Py_CLEANUP_SUPPORTED`). Embedded null characters are not allowed in the result. On failure, return ``0`` with an exception set."
msgstr ""
msgid "If *obj* is ``NULL``, release the strong reference to the object referred to by *result* and return ``1``."
msgstr ""
msgid "Decode a string from the :term:`filesystem encoding and error handler`."
msgstr ""
msgid "If you need to decode a string from the current locale encoding, use :c:func:`PyUnicode_DecodeLocaleAndSize`."
msgstr ""
msgid "The :term:`filesystem error handler <filesystem encoding and error handler>` is now used."
msgstr ""
msgid "Decode a null-terminated string from the :term:`filesystem encoding and error handler`."
msgstr ""
msgid "If the string length is known, use :c:func:`PyUnicode_DecodeFSDefaultAndSize`."
msgstr ""
msgid "Encode a Unicode object to the :term:`filesystem encoding and error handler`, and return :class:`bytes`. Note that the resulting :class:`bytes` object can contain null bytes."
msgstr ""
msgid "If you need to encode a string to the current locale encoding, use :c:func:`PyUnicode_EncodeLocale`."
msgstr ""
msgid "wchar_t Support"
msgstr ""
msgid ":c:type:`wchar_t` support for platforms which support it:"
msgstr ""
msgid "Create a Unicode object from the :c:type:`wchar_t` buffer *wstr* of the given *size*. Passing ``-1`` as the *size* indicates that the function must itself compute the length, using :c:func:`!wcslen`. Return ``NULL`` on failure."
msgstr ""
msgid "Copy the Unicode object contents into the :c:type:`wchar_t` buffer *wstr*. At most *size* :c:type:`wchar_t` characters are copied (excluding a possibly trailing null termination character). Return the number of :c:type:`wchar_t` characters copied or ``-1`` in case of an error."
msgstr ""
msgid "When *wstr* is ``NULL``, instead return the *size* that would be required to store all of *unicode* including a terminating null."
msgstr ""
msgid "Note that the resulting :c:expr:`wchar_t*` string may or may not be null-terminated. It is the responsibility of the caller to make sure that the :c:expr:`wchar_t*` string is null-terminated in case this is required by the application. Also, note that the :c:expr:`wchar_t*` string might contain null characters, which would cause the string to be truncated when used with most C functions."
msgstr ""
msgid "Convert the Unicode object to a wide character string. The output string always ends with a null character. If *size* is not ``NULL``, write the number of wide characters (excluding the trailing null termination character) into *\\*size*. Note that the resulting :c:type:`wchar_t` string might contain null characters, which would cause the string to be truncated when used with most C functions. If *size* is ``NULL`` and the :c:expr:`wchar_t*` string contains null characters a :exc:`ValueError` is raised."
msgstr ""
msgid "Returns a buffer allocated by :c:macro:`PyMem_New` (use :c:func:`PyMem_Free` to free it) on success. On error, returns ``NULL`` and *\\*size* is undefined. Raises a :exc:`MemoryError` if memory allocation is failed."
msgstr ""
msgid "Raises a :exc:`ValueError` if *size* is ``NULL`` and the :c:expr:`wchar_t*` string contains null characters."
msgstr ""
msgid "Built-in Codecs"
msgstr ""
msgid "Python provides a set of built-in codecs which are written in C for speed. All of these codecs are directly usable via the following functions."
msgstr ""
msgid "Many of the following APIs take two arguments encoding and errors, and they have the same semantics as the ones of the built-in :func:`str` string object constructor."
msgstr ""
msgid "Setting encoding to ``NULL`` causes the default encoding to be used which is UTF-8. The file system calls should use :c:func:`PyUnicode_FSConverter` for encoding file names. This uses the :term:`filesystem encoding and error handler` internally."
msgstr ""
msgid "Error handling is set by errors which may also be set to ``NULL`` meaning to use the default handling defined for the codec. Default error handling for all built-in codecs is \"strict\" (:exc:`ValueError` is raised)."
msgstr ""
msgid "The codecs all use a similar interface. Only deviations from the following generic ones are documented for simplicity."
msgstr ""
msgid "Generic Codecs"
msgstr ""
msgid "The following macro is provided:"
msgstr ""
msgid "The Unicode code point ``U+FFFD`` (replacement character)."
msgstr ""
msgid "This Unicode character is used as the replacement character during decoding if the *errors* argument is set to \"replace\"."
msgstr ""
msgid "These are the generic codec APIs:"
msgstr ""
msgid "Create a Unicode object by decoding *size* bytes of the encoded string *str*. *encoding* and *errors* have the same meaning as the parameters of the same name in the :func:`str` built-in function. The codec to be used is looked up using the Python codec registry. Return ``NULL`` if an exception was raised by the codec."
msgstr ""
msgid "Encode a Unicode object and return the result as Python bytes object. *encoding* and *errors* have the same meaning as the parameters of the same name in the Unicode :meth:`~str.encode` method. The codec to be used is looked up using the Python codec registry. Return ``NULL`` if an exception was raised by the codec."
msgstr ""
msgid "UTF-8 Codecs"
msgstr ""
msgid "These are the UTF-8 codec APIs:"
msgstr ""
msgid "Create a Unicode object by decoding *size* bytes of the UTF-8 encoded string *str*. Return ``NULL`` if an exception was raised by the codec."
msgstr ""
msgid "If *consumed* is ``NULL``, behave like :c:func:`PyUnicode_DecodeUTF8`. If *consumed* is not ``NULL``, trailing incomplete UTF-8 byte sequences will not be treated as an error. Those bytes will not be decoded and the number of bytes that have been decoded will be stored in *consumed*."
msgstr ""
msgid "Encode a Unicode object using UTF-8 and return the result as Python bytes object. Error handling is \"strict\". Return ``NULL`` if an exception was raised by the codec."
msgstr ""
msgid "The function fails if the string contains surrogate code points (``U+D800`` - ``U+DFFF``)."
msgstr ""
msgid "Return a pointer to the UTF-8 encoding of the Unicode object, and store the size of the encoded representation (in bytes) in *size*. The *size* argument can be ``NULL``; in this case no size will be stored. The returned buffer always has an extra null byte appended (not included in *size*), regardless of whether there are any other null code points."
msgstr ""
msgid "On error, set an exception, set *size* to ``-1`` (if it's not NULL) and return ``NULL``."
msgstr ""
msgid "This caches the UTF-8 representation of the string in the Unicode object, and subsequent calls will return a pointer to the same buffer. The caller is not responsible for deallocating the buffer. The buffer is deallocated and pointers to it become invalid when the Unicode object is garbage collected."
msgstr ""
msgid "The return type is now ``const char *`` rather than ``char *``."
msgstr ""
msgid "This function is a part of the :ref:`limited API <limited-c-api>`."
msgstr ""
msgid "As :c:func:`PyUnicode_AsUTF8AndSize`, but does not store the size."
msgstr ""
msgid "This function does not have any special behavior for `null characters <https://en.wikipedia.org/wiki/Null_character>`_ embedded within *unicode*. As a result, strings containing null characters will remain in the returned string, which some C functions might interpret as the end of the string, leading to truncation. If truncation is an issue, it is recommended to use :c:func:`PyUnicode_AsUTF8AndSize` instead."
msgstr ""
msgid "UTF-32 Codecs"
msgstr ""
msgid "These are the UTF-32 codec APIs:"
msgstr ""
msgid "Decode *size* bytes from a UTF-32 encoded buffer string and return the corresponding Unicode object. *errors* (if non-``NULL``) defines the error handling. It defaults to \"strict\"."
msgstr ""
msgid "If *byteorder* is non-``NULL``, the decoder starts decoding using the given byte order::"
msgstr ""
msgid ""
"*byteorder == -1: little endian\n"
"*byteorder == 0: native order\n"
"*byteorder == 1: big endian"
msgstr ""
msgid "If ``*byteorder`` is zero, and the first four bytes of the input data are a byte order mark (BOM), the decoder switches to this byte order and the BOM is not copied into the resulting Unicode string. If ``*byteorder`` is ``-1`` or ``1``, any byte order mark is copied to the output."
msgstr ""
msgid "After completion, *\\*byteorder* is set to the current byte order at the end of input data."
msgstr ""
msgid "If *byteorder* is ``NULL``, the codec starts in native order mode."
msgstr ""
msgid "Return ``NULL`` if an exception was raised by the codec."
msgstr ""
msgid "If *consumed* is ``NULL``, behave like :c:func:`PyUnicode_DecodeUTF32`. If *consumed* is not ``NULL``, :c:func:`PyUnicode_DecodeUTF32Stateful` will not treat trailing incomplete UTF-32 byte sequences (such as a number of bytes not divisible by four) as an error. Those bytes will not be decoded and the number of bytes that have been decoded will be stored in *consumed*."
msgstr ""
msgid "Return a Python byte string using the UTF-32 encoding in native byte order. The string always starts with a BOM mark. Error handling is \"strict\". Return ``NULL`` if an exception was raised by the codec."
msgstr ""
msgid "UTF-16 Codecs"
msgstr ""
msgid "These are the UTF-16 codec APIs:"
msgstr ""
msgid "Decode *size* bytes from a UTF-16 encoded buffer string and return the corresponding Unicode object. *errors* (if non-``NULL``) defines the error handling. It defaults to \"strict\"."
msgstr ""
msgid "If ``*byteorder`` is zero, and the first two bytes of the input data are a byte order mark (BOM), the decoder switches to this byte order and the BOM is not copied into the resulting Unicode string. If ``*byteorder`` is ``-1`` or ``1``, any byte order mark is copied to the output (where it will result in either a ``\\ufeff`` or a ``\\ufffe`` character)."
msgstr ""
msgid "After completion, ``*byteorder`` is set to the current byte order at the end of input data."
msgstr ""
msgid "If *consumed* is ``NULL``, behave like :c:func:`PyUnicode_DecodeUTF16`. If *consumed* is not ``NULL``, :c:func:`PyUnicode_DecodeUTF16Stateful` will not treat trailing incomplete UTF-16 byte sequences (such as an odd number of bytes or a split surrogate pair) as an error. Those bytes will not be decoded and the number of bytes that have been decoded will be stored in *consumed*."
msgstr ""
msgid "Return a Python byte string using the UTF-16 encoding in native byte order. The string always starts with a BOM mark. Error handling is \"strict\". Return ``NULL`` if an exception was raised by the codec."
msgstr ""
msgid "UTF-7 Codecs"
msgstr ""
msgid "These are the UTF-7 codec APIs:"
msgstr ""
msgid "Create a Unicode object by decoding *size* bytes of the UTF-7 encoded string *str*. Return ``NULL`` if an exception was raised by the codec."
msgstr ""
msgid "If *consumed* is ``NULL``, behave like :c:func:`PyUnicode_DecodeUTF7`. If *consumed* is not ``NULL``, trailing incomplete UTF-7 base-64 sections will not be treated as an error. Those bytes will not be decoded and the number of bytes that have been decoded will be stored in *consumed*."
msgstr ""
msgid "Unicode-Escape Codecs"
msgstr ""
msgid "These are the \"Unicode Escape\" codec APIs:"
msgstr ""
msgid "Create a Unicode object by decoding *size* bytes of the Unicode-Escape encoded string *str*. Return ``NULL`` if an exception was raised by the codec."
msgstr ""
msgid "Encode a Unicode object using Unicode-Escape and return the result as a bytes object. Error handling is \"strict\". Return ``NULL`` if an exception was raised by the codec."
msgstr ""
msgid "Raw-Unicode-Escape Codecs"
msgstr ""
msgid "These are the \"Raw Unicode Escape\" codec APIs:"
msgstr ""
msgid "Create a Unicode object by decoding *size* bytes of the Raw-Unicode-Escape encoded string *str*. Return ``NULL`` if an exception was raised by the codec."
msgstr ""
msgid "Encode a Unicode object using Raw-Unicode-Escape and return the result as a bytes object. Error handling is \"strict\". Return ``NULL`` if an exception was raised by the codec."
msgstr ""
msgid "Latin-1 Codecs"
msgstr ""
msgid "These are the Latin-1 codec APIs: Latin-1 corresponds to the first 256 Unicode ordinals and only these are accepted by the codecs during encoding."
msgstr ""
msgid "Create a Unicode object by decoding *size* bytes of the Latin-1 encoded string *str*. Return ``NULL`` if an exception was raised by the codec."
msgstr ""
msgid "Encode a Unicode object using Latin-1 and return the result as Python bytes object. Error handling is \"strict\". Return ``NULL`` if an exception was raised by the codec."
msgstr ""
msgid "ASCII Codecs"
msgstr ""
msgid "These are the ASCII codec APIs. Only 7-bit ASCII data is accepted. All other codes generate errors."
msgstr ""
msgid "Create a Unicode object by decoding *size* bytes of the ASCII encoded string *str*. Return ``NULL`` if an exception was raised by the codec."
msgstr ""
msgid "Encode a Unicode object using ASCII and return the result as Python bytes object. Error handling is \"strict\". Return ``NULL`` if an exception was raised by the codec."
msgstr ""
msgid "Character Map Codecs"
msgstr ""
msgid "This codec is special in that it can be used to implement many different codecs (and this is in fact what was done to obtain most of the standard codecs included in the :mod:`!encodings` package). The codec uses mappings to encode and decode characters. The mapping objects provided must support the :meth:`~object.__getitem__` mapping interface; dictionaries and sequences work well."
msgstr ""
msgid "These are the mapping codec APIs:"
msgstr ""
msgid "Create a Unicode object by decoding *size* bytes of the encoded string *str* using the given *mapping* object. Return ``NULL`` if an exception was raised by the codec."
msgstr ""
msgid "If *mapping* is ``NULL``, Latin-1 decoding will be applied. Else *mapping* must map bytes ordinals (integers in the range from 0 to 255) to Unicode strings, integers (which are then interpreted as Unicode ordinals) or ``None``. Unmapped data bytes -- ones which cause a :exc:`LookupError`, as well as ones which get mapped to ``None``, ``0xFFFE`` or ``'\\ufffe'``, are treated as undefined mappings and cause an error."
msgstr ""
msgid "Encode a Unicode object using the given *mapping* object and return the result as a bytes object. Error handling is \"strict\". Return ``NULL`` if an exception was raised by the codec."
msgstr ""
msgid "The *mapping* object must map Unicode ordinal integers to bytes objects, integers in the range from 0 to 255 or ``None``. Unmapped character ordinals (ones which cause a :exc:`LookupError`) as well as mapped to ``None`` are treated as \"undefined mapping\" and cause an error."
msgstr ""
msgid "The following codec API is special in that maps Unicode to Unicode."
msgstr ""
msgid "Translate a string by applying a character mapping table to it and return the resulting Unicode object. Return ``NULL`` if an exception was raised by the codec."
msgstr ""
msgid "The mapping table must map Unicode ordinal integers to Unicode ordinal integers or ``None`` (causing deletion of the character)."
msgstr ""
msgid "Mapping tables need only provide the :meth:`~object.__getitem__` interface; dictionaries and sequences work well. Unmapped character ordinals (ones which cause a :exc:`LookupError`) are left untouched and are copied as-is."
msgstr ""
msgid "*errors* has the usual meaning for codecs. It may be ``NULL`` which indicates to use the default error handling."
msgstr ""
msgid "MBCS codecs for Windows"
msgstr ""
msgid "These are the MBCS codec APIs. They are currently only available on Windows and use the Win32 MBCS converters to implement the conversions. Note that MBCS (or DBCS) is a class of encodings, not just one. The target encoding is defined by the user settings on the machine running the codec."
msgstr ""
msgid "Create a Unicode object by decoding *size* bytes of the MBCS encoded string *str*. Return ``NULL`` if an exception was raised by the codec."
msgstr ""
msgid "If *consumed* is ``NULL``, behave like :c:func:`PyUnicode_DecodeMBCS`. If *consumed* is not ``NULL``, :c:func:`PyUnicode_DecodeMBCSStateful` will not decode trailing lead byte and the number of bytes that have been decoded will be stored in *consumed*."
msgstr ""
msgid "Similar to :c:func:`PyUnicode_DecodeMBCSStateful`, except uses the code page specified by *code_page*."
msgstr ""
msgid "Encode a Unicode object using MBCS and return the result as Python bytes object. Error handling is \"strict\". Return ``NULL`` if an exception was raised by the codec."
msgstr ""
msgid "Encode the Unicode object using the specified code page and return a Python bytes object. Return ``NULL`` if an exception was raised by the codec. Use :c:macro:`!CP_ACP` code page to get the MBCS encoder."
msgstr ""
msgid "Methods and Slot Functions"
msgstr ""
msgid "The following APIs are capable of handling Unicode objects and strings on input (we refer to them as strings in the descriptions) and return Unicode objects or integers as appropriate."
msgstr ""
msgid "They all return ``NULL`` or ``-1`` if an exception occurs."
msgstr ""
msgid "Concat two strings giving a new Unicode string."
msgstr ""
msgid "Split a string giving a list of Unicode strings. If *sep* is ``NULL``, splitting will be done at all whitespace substrings. Otherwise, splits occur at the given separator. At most *maxsplit* splits will be done. If negative, no limit is set. Separators are not included in the resulting list."
msgstr ""
msgid "On error, return ``NULL`` with an exception set."
msgstr ""
msgid "Equivalent to :py:meth:`str.split`."
msgstr ""