diff options
author | Barry Warsaw <barry@python.org> | 2008-03-01 17:45:23 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-03-01 17:45:23 +0000 |
commit | 659fc426531517e09eb53cccc8ab4e861d8e0c22 (patch) | |
tree | 11e40a1bece93f74b4c6833315c65c189f9696ab /README | |
parent | Disable the cProfile test for now -- it's broken. (diff) | |
download | cpython-659fc426531517e09eb53cccc8ab4e861d8e0c22.tar.gz cpython-659fc426531517e09eb53cccc8ab4e861d8e0c22.tar.bz2 cpython-659fc426531517e09eb53cccc8ab4e861d8e0c22.zip |
Copyright and version tweaks for 3.0a3.v3.0a3
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -This is Python version 3.0 alpha 2 +This is Python version 3.0 alpha 3 ================================== For notes specific to this release, see RELNOTES in this directory. @@ -145,7 +145,7 @@ should do a "make clean" at the toplevel first.) Copyright and License Information --------------------------------- -Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007 +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software Foundation. All rights reserved. |