Re: platform system may be Windows or Microsoft since Vista

2007-09-07 Thread Lawrence D'Oliveiro
In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > I'm thinking no priority because there is no fixing this. Why are you bothering to check an informational string? Why not check directly for the functionality you need? -- http://mail.python.org/mailman/listinfo/python-list

Re: platform system may be Windows or Microsoft since Vista

2007-09-07 Thread p . lavarre
> > Log a bug @ bugs.python.org > > http://bugs.python.org/issue1082 > TITLE ... platform system may be Windows or Microsoft since Vista Six days gone with no feedback. Something wrong with the input? Maybe the blank Priority field? I agree Severity Major. I'm thinking

Re: platform system may be Windows or Microsoft since Vista

2007-09-01 Thread p . lavarre
a bug @ bugs.python.org Glad to hear I can help. I created: http://bugs.python.org/issue1082 TITLE = (no priority set) platform system may be Windows or Microsoft since Vista CREATOR = [EMAIL PROTECTED] The Search Tracker there now finds this bug within: platform system Windows Microsoft Th

Re: platform system may be Windows or Microsoft since Vista

2007-08-31 Thread Klaas
On Aug 31, 9:47 am, [EMAIL PROTECTED] wrote: > Let's suppose you get Python for Vista Windows today > fromhttp://www.python.org/download/. > > Should you then conclude that the tests: > > if platform.system() in ('Windows', 'Microsoft'): > if not (platform.system() in ('Windows', 'Microsoft')): G

platform system may be Windows or Microsoft since Vista

2007-08-31 Thread p . lavarre
Let's suppose you get Python for Vista Windows today from http://www.python.org/download/. Should you then conclude that the tests: if platform.system() in ('Windows', 'Microsoft'): if not (platform.system() in ('Windows', 'Microsoft')): are now exactly what you should write for that 2.5.1 Pytho