summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2012-06-22 22:16:09 (GMT)
committerGuido van Rossum <guido@python.org>2012-06-22 22:16:09 (GMT)
commit95c1c48fd6841230c6e8600b604e8460010ab399 (patch)
treefccc279079c0a9c148e90d4971c63ddaba3c16dc /Misc
parent9436361e4cdd7d3dc5f42674b54995c4915afb59 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index af1e26c..70258dc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.