We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
encodings.punycode
1 parent b078ae9 commit dab14f4Copy full SHA for dab14f4
1 file changed
Doc/library/codecs.rst
@@ -1396,6 +1396,14 @@ encodings.
1396
| punycode | | Implement :rfc:`3492`. |
1397
| | | Stateful codecs are not |
1398
| | | supported. |
1399
+| | | |
1400
+| | | .. warning:: |
1401
1402
+| | | The decoding and |
1403
+| | | encoding algorithms |
1404
+| | | scale poorly, so |
1405
+| | | limit the length of |
1406
+| | | untrusted input. |
1407
+--------------------+---------+---------------------------+
1408
| raw_unicode_escape | | Latin-1 encoding with |
1409
| | | :samp:`\\u{XXXX}` and |
0 commit comments