[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

[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 ___ __

[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

[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 li

[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 sugg