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. -- Best regards, Albert Brandl Weiermayer Solutions GmbH Abteistraße 12 A-4813 Altmünster phone: +43 (0) 720 70 30 14 fax: +43 (0) 7612 20 3 56 web: http://www.weiermayer.com _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
