[Python-bugs-list] [ python-Bugs-525121 ] tty shipped in win32 distribution

noreply@sourceforge.net noreply@sourceforge.net
Thu, 04 Apr 2002 11:23:52 -0800


Bugs item #525121, was opened at 2002-03-03 08:10
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=525121&group_id=5470

Category: Python Library
>Group: Not a Bug
>Status: Closed
>Resolution: Invalid
Priority: 1
Submitted By: Fredrik Stenberg (fredriks)
>Assigned to: Tim Peters (tim_one)
Summary: tty shipped in win32 distribution

Initial Comment:

Hi,

tty is shipped with the windows distribution..
if one tries to import it (which ofcourse should not
work) you get,

>>> import tty
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "C:\Python21\lib\tty.py", line 5, in ?
    from termios import *
ImportError: No module named termios

this is true for the following versions atleast, 

Python 2.1.2 (#31, Jan 15 2002, 17:28:11) [MSC 32 bit 
(Intel)] on win32
Type "copyright", "credits" or "license" for more 
information.

Python 2.2 (#28, Dec 21 2001, 12:21:22) [MSC 32 bit 
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for 
more information.

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

>Comment By: Tim Peters (tim_one)
Date: 2002-04-04 14:23

Message:
Logged In: YES 
user_id=31435

Closed as Not-A-Bug for lack of feedback (it's been a 
month, and, as Guido said, it's not a bug).

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

Comment By: Guido van Rossum (gvanrossum)
Date: 2002-03-03 14:34

Message:
Logged In: YES 
user_id=6380

I'm not sure I understand your complaint.  We ship all .py
modules with Windows.  The "import tty" *does* fail, doesn't
it?  So what's the bug?

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

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