diff options
author | Guido van Rossum <guido@python.org> | 2012-06-22 22:16:09 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2012-06-22 22:16:09 (GMT) |
commit | 95c1c48fd6841230c6e8600b604e8460010ab399 (patch) | |
tree | fccc279079c0a9c148e90d4971c63ddaba3c16dc /Misc | |
parent | 9436361e4cdd7d3dc5f42674b54995c4915afb59 (diff) | |
download | cpython-95c1c48fd6841230c6e8600b604e8460010ab399.zip cpython-95c1c48fd6841230c6e8600b604e8460010ab399.tar.gz cpython-95c1c48fd6841230c6e8600b604e8460010ab399.tar.bz2 |
Speed up base64.urlsafe_{en,de}code().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ Core and Builtins Library ------- +- Issue: #15138: base64.urlsafe_{en,de}code() are now 3-4x faster. + - Issue #9527: datetime.astimezone() method will now supply a class timezone instance corresponding to the system local timezone when called with no arguments. |