[issue1180267] expanding platform module and making it work as it should

2018-09-22 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue1180267] expanding platform module and making it work as it should

2018-09-22 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Can this be closed as since platform.linx_distribution() was removed with https://bugs.python.org/issue28167 and distro is the recommended package which can be frequently updated. Thanks -- nosy: +xtreak __

[issue1180267] expanding platform module and making it work as it should

2014-09-30 Thread Mark Lawrence
Mark Lawrence added the comment: I think this should be an enhancement request. Regardless it goes nowhere without a patch, anybody? -- nosy: +BreamoreBoy type: behavior -> enhancement versions: +Python 3.5 -Python 2.6 ___ Python tracker

[issue1180267] expanding platform module and making it work as it should

2010-08-02 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: You appear to be requesting two things: 1. Determine the Windows version by looking at sys.getwindowsversion() rather than relying on the ver command line tool. 2. Use lsb_release to fetch the release name on Linux systems that support it. The first is

[issue1180267] expanding platform module and making it work as it should

2010-08-01 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> lemburg nosy: +lemburg ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri