diff options
author | Guido van Rossum <guido@python.org> | 1995-08-10 19:44:54 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-08-10 19:44:54 (GMT) |
commit | 30642ab29fa57942e047db4b333b966a1c4b7b4b (patch) | |
tree | 6cc1238307676adc692ef03a14b1e08eab9f33d9 /Lib/urllib.py | |
parent | eae892d232ecf7ea0692f1846aa7ccae10e90e04 (diff) | |
download | cpython-30642ab29fa57942e047db4b333b966a1c4b7b4b.zip cpython-30642ab29fa57942e047db4b333b966a1c4b7b4b.tar.gz cpython-30642ab29fa57942e047db4b333b966a1c4b7b4b.tar.bz2 |
changed version :-)
Diffstat (limited to 'Lib/urllib.py')
-rw-r--r-- | Lib/urllib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/urllib.py b/Lib/urllib.py index ff2561b..380a852 100644 --- a/Lib/urllib.py +++ b/Lib/urllib.py @@ -19,7 +19,7 @@ import socket import regex -__version__ = '1.3b1' +__version__ = '1.1' # This really consists of two pieces: |