[issue1231081] platform.processor() could be smarter

2009-02-16 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: I agree with Michael's comment. Note that uname -p is hardly ever needed. uname -m is more important and that's supported on Debian (and exposed via platform.machine()). -- nosy: +lemburg status: open -> closed

[issue1231081] platform.processor() could be smarter

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: The behavior described by Stephan is confirmed for trunk. Michael's objection makes sense to me, so I'll close this one unless someone can defend its usefulness. With code, docs and tests, preferably :) -- components: +Library (Lib) -None nosy: +ajaksu2