[Python-bugs-list] [ python-Bugs-430269 ] python -U breaks import with 2.1

noreply@sourceforge.net noreply@sourceforge.net
Tue, 05 Jun 2001 03:56:43 -0700


Bugs item #430269, was updated on 2001-06-05 03:56
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=430269&group_id=5470

Category: Unicode
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Walter Dörwald (doerwalter)
Assigned to: Nobody/Anonymous (nobody)
Summary: python -U breaks import with 2.1

Initial Comment:
python -U under Windows is broken with Python 2.1:

D:\>python
Python 2.1 (#15, Apr 16 2001, 18:25:49) [MSC 32 bit 
(Intel)] on win32
Type "copyright", "credits" or "license" for more 
information.
>>> import urllib
>>>
^C
D:\>python -U
Python 2.1 (#15, Apr 16 2001, 18:25:49) [MSC 32 bit 
(Intel)] on win32
Type "copyright", "credits" or "license" for more 
information.
>>> import urllib
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named urllib


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=430269&group_id=5470