diff options
author | Georg Brandl <georg@python.org> | 2011-02-14 06:35:00 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-02-14 06:35:00 (GMT) |
commit | d585218a75159cbdf335ecfdaf92ed9715a045e7 (patch) | |
tree | cd5182a1570c007752a0788c65d33f3aed2af59f /Misc | |
parent | 40bcffa98507a650d0c4f9a61f29c1142d0073d4 (diff) | |
download | cpython-d585218a75159cbdf335ecfdaf92ed9715a045e7.zip cpython-d585218a75159cbdf335ecfdaf92ed9715a045e7.tar.gz cpython-d585218a75159cbdf335ecfdaf92ed9715a045e7.tar.bz2 |
Post-release updates.
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.2? +========================= + +*Release date: 20-Feb-2011* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.2 Release Candidate 3? ============================================= |