- Timestamp:
- Sep 11, 2010, 3:20:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk/Lib/urllib2.py
r10 r12 1277 1277 1278 1278 # YD hack: add again drive name 1279 if os.name == 'os2' and len(host)> 2and host[1] == ':':1279 if os.name == 'os2' and len(host)>1 and host[1] == ':': 1280 1280 file = host + file 1281 1281 host = ""
Note:
See TracChangeset
for help on using the changeset viewer.