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 d1dbdbf commit 7ec70e1Copy full SHA for 7ec70e1
1 file changed
Doc/library/codecs.rst
@@ -1399,6 +1399,14 @@ encodings.
1399
| punycode | | Implement :rfc:`3492`. |
1400
| | | Stateful codecs are not |
1401
| | | supported. |
1402
+| | | |
1403
+| | | .. warning:: |
1404
1405
+| | | The decoding and |
1406
+| | | encoding algorithms |
1407
+| | | scale poorly, so |
1408
+| | | limit the length of |
1409
+| | | untrusted input. |
1410
+--------------------+---------+---------------------------+
1411
| raw_unicode_escape | | Latin-1 encoding with |
1412
| | | :samp:`\\u{XXXX}` and |
0 commit comments