diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-11-28 04:50:12 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-11-28 04:50:12 (GMT) |
commit | 68eb3718d9bf12330a02ef896b35413734ff047d (patch) | |
tree | 98e41f90d3ae62b20ff8644dbf523c0345561f14 /Misc | |
parent | f66a1dd12bc9ea4e05658b53d68e764fd6bebc4b (diff) | |
download | cpython-68eb3718d9bf12330a02ef896b35413734ff047d.zip cpython-68eb3718d9bf12330a02ef896b35413734ff047d.tar.gz cpython-68eb3718d9bf12330a02ef896b35413734ff047d.tar.bz2 |
point in the general direction of 3.1.4
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.1.4? +=========================== + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.1.3? =========================== |