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 5cc62bf..a9e3803 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -443,6 +443,10 @@ Extension modules
Library
-------
+- calendar.py now depends on the new datetime module rather than
+ the time module. As a result, the range of allowable dates
+ has been increased.
+
- pdb has a new 'j(ump)' command to select the next line to be
executed.