| commit | 95c1c48fd6841230c6e8600b604e8460010ab399 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Fri Jun 22 15:16:09 2012 -0700 |
| committer | Guido van Rossum <guido@python.org> | Fri Jun 22 15:16:09 2012 -0700 |
| tree | fccc279079c0a9c148e90d4971c63ddaba3c16dc | |
| parent | 9436361e4cdd7d3dc5f42674b54995c4915afb59 [diff] [blame] |
Speed up base64.urlsafe_{en,de}code().
diff --git a/Misc/NEWS b/Misc/NEWS index af1e26c..70258dc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -40,6 +40,8 @@ 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.