From: Georg Brandl Date: Fri, 31 Mar 2006 20:02:40 +0000 (+0000) Subject: Update version number to 2.5 X-Git-Tag: v2.5a1~111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=814727582a3f13c77b1ed704904aae7990fd728e;p=thirdparty%2FPython%2Fcpython.git Update version number to 2.5 --- diff --git a/Lib/urllib2.py b/Lib/urllib2.py index 0434a51ad218..c3afae64940b 100644 --- a/Lib/urllib2.py +++ b/Lib/urllib2.py @@ -119,7 +119,7 @@ from urllib import (unwrap, unquote, splittype, splithost, quote, # support for FileHandler, proxies via environment variables from urllib import localhost, url2pathname, getproxies -__version__ = "2.4" +__version__ = "2.5" _opener = None def urlopen(url, data=None):