mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Update version number to 2.5
This commit is contained in:
parent
54a188aed8
commit
814727582a
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue