Message 216370 - Python tracker

Message216370

Author math_foo
Recipients Justin.Cappos, jackdied, lemburg, math_foo, ronaldoussoren
Date 2014-04-15.19:38:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397590711.7.0.78150194.issue7850@psf.upfronthosting.co.za>
In-reply-to
Content
Added aliased option to platform.system(). I used the same system_alias method as platform.platform(), so the result of the aliased version will match the system entry of the aliased platform.platform(). 

Added to platform.system unit test to test new functionality. Updated Documentation.

I am not sure if there is anywhere else I need to update the documentation to add this, i.e. if it needs a whatsnews entry (and if so, a pointer to docs on how to add to a whatsnews entry would be appreciated).
History
Date User Action Args
2014-04-15 19:38:31math_foosetrecipients: + math_foo, lemburg, ronaldoussoren, jackdied, Justin.Cappos
2014-04-15 19:38:31math_foosetmessageid: <1397590711.7.0.78150194.issue7850@psf.upfronthosting.co.za>
2014-04-15 19:38:31math_foolinkissue7850 messages
2014-04-15 19:38:31math_foocreate