diff options
author | Georg Brandl <georg@python.org> | 2008-02-22 14:22:51 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-02-22 14:22:51 (GMT) |
commit | f3f67f2d373d8eabe8ba12521f6c727428fcae29 (patch) | |
tree | a1c56de43a3531173c35568206c145e8c4d074cb | |
parent | b3a65f8d19f55437406a446927238a9e6f7d3902 (diff) | |
download | cpython-f3f67f2d373d8eabe8ba12521f6c727428fcae29.zip cpython-f3f67f2d373d8eabe8ba12521f6c727428fcae29.tar.gz cpython-f3f67f2d373d8eabe8ba12521f6c727428fcae29.tar.bz2 |
Link to whatsnew document.
-rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -51,8 +51,12 @@ blog at artima.com: http://www.artima.com/weblogs/index.jsp?blogger=guido -We'll eventually have a comprehensive overview of the changes in a -"What's New in Python 3.0" document. Please help write it! +We try to eventually have a comprehensive overview of the changes in +the "What's New in Python 3.0" document, found at + + http://docs.python.org/dev/3.0/whatsnew/3.0 + +Please help write it! What's New Since 3.0a1 |