[Zope3-checkins] CVS: Zope3/lib/python/Zope/Server/VFS/tests -
PosixFilesystemTests.py:1.3 WriteFilesystemTests.py:1.4
Jeremy Hylton
jeremy@alum.mit.edu
Thu, 18 Jul 2002 11:43:12 -0400
>>>>> "TS" == Tres Seaver <tseaver@zope.com> writes:
TS> On Wed, 2002-07-17 at 19:10, Jeremy Hylton wrote:
>> ===
>> Zope3/lib/python/Zope/Server/VFS/tests/WriteFilesystemTests.py
>> 1.3 => 1.4 ===
>>
>> $Id$ """ -from StringIO import StringIO +from cStringIO import
>> StringIO
TS> Doesn't this create Unicode-compatibility problems?
I have no idea :-).
What are the Unicode-compatibility issues with cStringIO?
Jeremy