diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-09-16 14:31:06 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-09-16 14:31:06 (GMT) |
commit | 4a72a7b6c4c95f7613486f0e4e20a3d4815a16c5 (patch) | |
tree | b324021153abfe7835d6793a5ff6bacdae805131 /Misc | |
parent | a4961e555b9b6b684f123cdbe426b4da22a1b460 (diff) | |
download | cpython-4a72a7b6c4c95f7613486f0e4e20a3d4815a16c5.zip cpython-4a72a7b6c4c95f7613486f0e4e20a3d4815a16c5.tar.gz cpython-4a72a7b6c4c95f7613486f0e4e20a3d4815a16c5.tar.bz2 |
Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -71,6 +71,9 @@ Core and Builtins Library ------- +- Issue #25270: Prevent codecs.escape_encode() from raising SystemError when + an empty bytestring is passed. + - Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam. - Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin. |