From: <fwi...@us...> - 2009-01-08 00:34:45
|
Revision: 5874 http://jython.svn.sourceforge.net/jython/?rev=5874&view=rev Author: fwierzbicki Date: 2009-01-08 00:34:35 +0000 (Thu, 08 Jan 2009) Log Message: ----------- Added a sham io.py as a start. Added Paths: ----------- branches/jy3k/Lib/io.py Added: branches/jy3k/Lib/io.py =================================================================== --- branches/jy3k/Lib/io.py (rev 0) +++ branches/jy3k/Lib/io.py 2009-01-08 00:34:35 UTC (rev 5874) @@ -0,0 +1 @@ +import cStringIO as StringIO This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |