> > and the fact that Python uses fopen() from libc, not open() from Posix > > I know you've solved it know, but just to check, you are of course aware of > os.open (which maps directly to Posix open)
Yes, thanks, I am aware. However, i.e. Twisted Web uses open(), not os.open(): twisted.python.filepath.py => line 643 Luckily, it has no problems with monkey patching open() to the new Python IO which under the hood also uses Posix open. _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python