Re: [Python-Dev] 'text' mode rears its ugly head again

2007-09-17 Thread Bill Janssen
> > differentiation between between text files and binary files, a bad > > idea introduced by Windows and perpetuated (apparently) by Python. I > > can't believe this wasn't eliminated in py3k! > > The binary/text distinction is being increased in Py3k rather than > reduced (the API for binary f

Re: [Python-Dev] 'text' mode rears its ugly head again

2007-09-17 Thread Nick Coghlan
Bill Janssen wrote: > I've checked in the asyncore SSL patch, and the Windows buildbots are > failing on the HTTPS test. I believe it's due to this insane > differentiation between between text files and binary files, a bad > idea introduced by Windows and perpetuated (apparently) by Python. I >

Re: [Python-Dev] 'text' mode rears its ugly head again

2007-09-16 Thread Bill Janssen
> I've checked in the asyncore SSL patch, and the Windows buildbots are > failing on the HTTPS test. Fixed. Bill ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/ma