New submission from A.M. Kuchling:

pty.py contains some code that tries to do 'import sgi' and then does something 
SGI-specific.  sgimodule.c was dropped in 3.0alpha1, so this code is now 
useless.

The attached patch removes it; I'm posting the code review largely in case 
someone wants to suggest changes to the docstring.

----------
files: remove-sgi.txt
messages: 190083
nosy: akuchling
priority: normal
severity: normal
stage: patch review
status: open
title: Remove SGI-specific code from pty.py
type: resource usage
Added file: http://bugs.python.org/file30383/remove-sgi.txt

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18066>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to