[issue3990] The Linux2 platform definition is incorrect for alpha, hppa, mips, sparc

2016-09-09 Thread Zachary Ware
Zachary Ware added the comment: The platform-specific modules have been removed. -- nosy: +zach.ware resolution: -> out of date stage: needs patch -> resolved status: open -> closed superseder: -> Remove Lib/plat-*/* files ___ Python tracker

[issue3990] The Linux2 platform definition is incorrect for alpha, hppa, mips, sparc

2011-12-21 Thread Stefano Rivera
Changes by Stefano Rivera : -- nosy: +stefanor ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue3990] The Linux2 platform definition is incorrect for alpha, hppa, mips, sparc

2011-11-02 Thread Éric Araujo
Éric Araujo added the comment: A proposal by Martin in a python-dev email: > I'd generate four versions of CDROM.py (with differing names), and > provide a CDROM.py that imports the right one. -- keywords: +easy -patch stage: -> needs patch ___ Pyt

[issue3990] The Linux2 platform definition is incorrect for alpha, hppa, mips, sparc

2011-10-18 Thread Éric Araujo
Éric Araujo added the comment: If we keep the plat-* directories, I think too that introducing new sys.platform values seems a bit heavy-handed. -- dependencies: +Automatically regenerate platform-specific modules nosy: +eric.araujo ___ Python track

[issue3990] The Linux2 platform definition is incorrect for alpha, hppa, mips, sparc

2011-10-18 Thread Éric Araujo
Changes by Éric Araujo : -- versions: +Python 3.2, Python 3.3 -Python 2.6, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list maili

[issue3990] The Linux2 platform definition is incorrect for alpha, hppa, mips, sparc

2010-06-28 Thread Jakub Wilk
Changes by Jakub Wilk : -- nosy: +jwilk ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/m

[issue3990] The Linux2 platform definition is incorrect for alpha, hppa, mips, sparc

2010-06-16 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: -Python 2.4, Python 2.5, Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue3990] The Linux2 platform definition is incorrect for alpha, hppa, mips, sparc

2008-09-28 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: I dislike the brute-force approach of this patch. IMO, a less intrusive solution should be found. -- nosy: +loewis ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3990] The Linux2 platform definition is incorrect for alpha, hppa, mips, sparc

2008-09-28 Thread Thiemo Seufer
New submission from Thiemo Seufer <[EMAIL PROTECTED]>: The linux2 platform definition is incorrect for several architectures, namely Alpha, PA-RISC(hppa), MIPS and SPARC. On these architectures, Linux inherited some of the socket and dlfcn constants from the proprietary OS provided by the hardwar