summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b4374cc..4eaca12 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,16 @@
Python News
+++++++++++
+What's New in Python 3.4.1?
+===========================
+
+Library
+-------
+
+- Issue #19748: On AIX, time.mktime() now raises an OverflowError for year
+ outsize range [1902; 2037].
+
+
What's New in Python 3.4.0 release candidate 2?
===============================================