diff options
author | Barry Warsaw <barry@python.org> | 2011-05-23 19:27:52 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2011-05-23 19:27:52 (GMT) |
commit | 32140f8955d454ba9bc5b4dc56e2b612beb2a4ad (patch) | |
tree | 5e533bc2d772fad379ee35c8280ea65bb324bd82 /Misc | |
parent | 34289260dad734038dae6b17d6c534b50f0cd0fb (diff) | |
download | cpython-32140f8955d454ba9bc5b4dc56e2b612beb2a4ad.zip cpython-32140f8955d454ba9bc5b4dc56e2b612beb2a4ad.tar.gz cpython-32140f8955d454ba9bc5b4dc56e2b612beb2a4ad.tar.bz2 |
Replay changeset 70249:b571c7a8cf2e from fubar branch. Original commit
message:
Merging post 2.6.7rc2 changes from Subversion.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -2,7 +2,17 @@ Python News +++++++++++ -(editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.6.7? +=========================== + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + What's New in Python 2.6.7 rc 2? ================================ |