diff options
author | Georg Brandl <georg@python.org> | 2014-10-12 08:50:38 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-12 08:50:38 +0200 |
commit | 439d88542ef77d5c867b8298e4c2c6be4a412a5e (patch) | |
tree | b2905d5e989844d02e8be47d1b2d574e1c1ddaee /README | |
parent | #16040: fix unlimited read from connection in nntplib. (diff) | |
download | cpython-439d88542ef77d5c867b8298e4c2c6be4a412a5e.tar.gz cpython-439d88542ef77d5c867b8298e4c2c6be4a412a5e.tar.bz2 cpython-439d88542ef77d5c867b8298e4c2c6be4a412a5e.zip |
Bump to 3.2.6v3.2.6
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -This is Python version 3.2.6 release candidate 1 -================================================ +This is Python version 3.2.6 +============================ Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Python Software Foundation. All rights reserved. |