[Twisted-Python] Re: Implementing a custom FTP server

Bob Ippolito bob at redivi.com
Tue Sep 7 13:07:46 MDT 2004


On Sep 7, 2004, at 2:54 PM, Jason Stitt wrote:

> On Sep 7, 2004, at 1:35 PM, Christopher Armstrong wrote:
>
>> On Tue, 07 Sep 2004 14:30:33 -0400, Itamar Shtull-Trauring
>> <itamar at itamarst.org> wrote:
>>> Oh, and, why twistw? I'd expect twistd to use the unix version on 
>>> Mac OS
>>> X.
>>
>> Oh, I didn't realize he was on OSX. I take it sys.platform != "posix"
>> there? Guess that check should more explicitly check for win32.
>
> Right. sys.platform is 'darwin' on OS X.

Presumably he meant os.name .. I don't think sys.platform == 'posix' 
anywhere.

-bob




More information about the Twisted-Python mailing list