[issue18066] Remove SGI-specific code from pty.py

2013-06-01 Thread Roundup Robot

Roundup Robot added the comment:

New changeset a678f139510b by Andrew Kuchling in branch 'default':
#18066: remove vestigial code depending on the sgi module
http://hg.python.org/cpython/rev/a678f139510b

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18066] Remove SGI-specific code from pty.py

2013-06-01 Thread A.M. Kuchling

Changes by A.M. Kuchling :


--
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18066] Remove SGI-specific code from pty.py

2013-05-31 Thread Éric Araujo

Éric Araujo added the comment:

LGTM.

--
nosy: +eric.araujo

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18066] Remove SGI-specific code from pty.py

2013-05-26 Thread Antoine Pitrou

Changes by Antoine Pitrou :


--
components: +Library (Lib)
versions: +Python 3.4

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18066] Remove SGI-specific code from pty.py

2013-05-26 Thread A.M. Kuchling

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com