Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tty shipped in win32 distribution #36191

Closed
fredriks mannequin opened this issue Mar 3, 2002 · 3 comments
Closed

tty shipped in win32 distribution #36191

fredriks mannequin opened this issue Mar 3, 2002 · 3 comments
Assignees
Labels
stdlib Python modules in the Lib dir

Comments

@fredriks
Copy link
Mannequin

fredriks mannequin commented Mar 3, 2002

BPO 525121
Nosy @gvanrossum, @tim-one

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/tim-one'
closed_at = <Date 2002-04-04.19:23:51.000>
created_at = <Date 2002-03-03.13:10:35.000>
labels = ['invalid', 'library']
title = 'tty shipped in win32 distribution'
updated_at = <Date 2002-04-04.19:23:51.000>
user = 'https://bugs.python.org/fredriks'

bugs.python.org fields:

activity = <Date 2002-04-04.19:23:51.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-03.13:10:35.000>
creator = 'fredriks'
dependencies = []
files = []
hgrepos = []
issue_num = 525121
keywords = []
message_count = 3.0
messages = ['9492', '9493', '9494']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'tim.peters', 'fredriks']
pr_nums = []
priority = 'low'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue525121'
versions = []

@fredriks
Copy link
Mannequin Author

fredriks mannequin commented Mar 3, 2002

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.

@fredriks fredriks mannequin closed this as completed Mar 3, 2002
@fredriks fredriks mannequin added the invalid label Mar 3, 2002
@fredriks fredriks mannequin assigned tim-one Mar 3, 2002
@fredriks fredriks mannequin added the stdlib Python modules in the Lib dir label Mar 3, 2002
@fredriks fredriks mannequin closed this as completed Mar 3, 2002
@fredriks fredriks mannequin added the invalid label Mar 3, 2002
@fredriks fredriks mannequin assigned tim-one Mar 3, 2002
@fredriks fredriks mannequin added the stdlib Python modules in the Lib dir label Mar 3, 2002
@gvanrossum
Copy link
Member

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?

@tim-one
Copy link
Member

tim-one commented Apr 4, 2002

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).

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

2 participants