diff options
author | Georg Brandl <georg@python.org> | 2006-03-31 20:02:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-03-31 20:02:40 (GMT) |
commit | 814727582a3f13c77b1ed704904aae7990fd728e (patch) | |
tree | cd1f90f91b0d876d34a84383032101e502c4fa65 | |
parent | 54a188aed8cc8333927a679bb00eda4e25aa0cba (diff) | |
download | cpython-814727582a3f13c77b1ed704904aae7990fd728e.zip cpython-814727582a3f13c77b1ed704904aae7990fd728e.tar.gz cpython-814727582a3f13c77b1ed704904aae7990fd728e.tar.bz2 |
Update version number to 2.5
-rw-r--r-- | Lib/urllib2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/urllib2.py b/Lib/urllib2.py index 0434a51..c3afae6 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): |