commit | 814727582a3f13c77b1ed704904aae7990fd728e | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Mar 31 20:02:40 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Mar 31 20:02:40 2006 +0000 |
tree | cd1f90f91b0d876d34a84383032101e502c4fa65 | |
parent | 54a188aed8cc8333927a679bb00eda4e25aa0cba [diff] [blame] |
Update version number to 2.5
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 @@ # 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):