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