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

Itamar Shtull-Trauring itamar at itamarst.org
Tue Sep 7 15:54:45 EDT 2004


On Tue, 2004-09-07 at 14:35, Christopher Armstrong wrote:

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

The code does not check sys.platform. It checks
twisted.python.runtime.platformType, which should be "posix" on OS X,
regardless of what sys.platform is.

-- 
Itamar Shtull-Trauring    http://itamarst.org






More information about the Twisted-Python mailing list