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