Albert Brandl wrote: > Hi! > > There are several modules in twisted that import StringIO instead of > cStringIO (e.g. twisted/mail/maildir.py, twisted/news/nntp.py, > twisted/web/script.py). Are there any reasons why they use the slower > variant implemented in Python instead of the C variant? > > If not, I'd like to create a ticket to fix these imports.
It appears someone has gotten there first — take a look at trunk :) -Andrew. _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
