This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients Arfrever, eric.araujo, jkloth, pitrou, sferencik, tarek
Date 2013-09-13.15:33:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379086381.15.0.645472313678.issue18987@psf.upfronthosting.co.za>
In-reply-to
Content
FTR the Mac OS code does some normalization: http://hg.python.org/cpython/file/bda5a87df1c8/Lib/_osx_support.py#l473

Code for linux just returns the value from uname, as Same said: http://hg.python.org/cpython/file/bda5a87df1c8/Lib/distutils/util.py#l75
History
Date User Action Args
2013-09-13 15:33:01eric.araujosetrecipients: + eric.araujo, pitrou, tarek, jkloth, Arfrever, sferencik
2013-09-13 15:33:01eric.araujosetmessageid: <1379086381.15.0.645472313678.issue18987@psf.upfronthosting.co.za>
2013-09-13 15:33:01eric.araujolinkissue18987 messages
2013-09-13 15:33:01eric.araujocreate