Nicholas Bastin schrieb:
> On 9/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>> argc/argv does not exist on Windows (that you seem to see it
>> anyway is an illusion), and if it did exist, it would be characters,
>> not bytes.
> 
> Of course it exists on Windows.  argc/argv are defined by the C
> standard, and say what you will about Windows, but it has a conforming
> implementation.  

It doesn't. Microsoft has a conforming implementation of C for Windows
(Visual C), but Windows does not.

Regards,
Martin
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to