summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 89cbf3c..15db199 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1340,6 +1340,10 @@ C-API
Extension Modules
-----------------
+- Issue #6823: Allow time.strftime() to accept a tuple with a isdst field
+ outside of the range of [-1, 1] by normalizing the value to within that
+ range.
+
- Issue #6877: Make it possible to link the readline extension to libedit
on OSX.