I'm investigating PyQt's stream classes - since they are implemented,
I need to say something about them. From what I've seen up to now
I understand that it isn't possible to actually write to the streams,
since there is no write method that corresponds to the read method.
You're supposed to use C++'s << operator.
Things don't work that way on Python. Would it be possible to make
a synthetic write method that replaces <<? Or is that just to much
work to make something work for which there are perfect Python
alternatives?
Boudewijn
_______________________________________________
PyKDE mailing list [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde