Nick
nick at dd.revealed.net
Sat Apr 1 18:42:33 EST 2006
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Damjan wrote: > There's a list of methods that wsgi.input and wsgi.error MUST support > http://www.python.org/dev/peps/pep-0333/#id19 and seek and tell are not > listed. Also PEP-333 FORBIDS calling any other methods of those objects. OK, thanks... I missed the "must not use any other methods" part. That certainly does simplify things. > I must say, I don't like temp files. They pollute /tmp, so I'd want to > configure where temp files are located, which means additional > administration effort. But that's just my 0.02. In theory, yes, they could pollute /tmp, but at least the POSIX implementation unlinks the file immediately on creation. But I think your above point makes further discussion on this topic moot :) Thanks, Nick -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFELw/pv4zJ7LQ+i84RAhtUAJ49a4kLXq1xlEJodDPfeVjCOpcNiwCeJbMG 593ca/Lqrngjyqhjq7EoO8M= =A/6p -----END PGP SIGNATURE-----
|