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 a7f5e4e commit 3e25640Copy full SHA for 3e25640
1 file changed
Doc/library/codecs.rst
@@ -1385,6 +1385,14 @@ encodings.
1385
| punycode | | Implement :rfc:`3492`. |
1386
| | | Stateful codecs are not |
1387
| | | supported. |
1388
+| | | |
1389
+| | | .. warning:: |
1390
1391
+| | | The decoding and |
1392
+| | | encoding algorithms |
1393
+| | | scale poorly, so |
1394
+| | | limit the length of |
1395
+| | | untrusted input. |
1396
+--------------------+---------+---------------------------+
1397
| raw_unicode_escape | | Latin-1 encoding with |
1398
| | | :samp:`\\u{XXXX}` and |
0 commit comments