IronLanguages / main

Work for this repo has moved to https://github.com/IronLanguages/ironpython2
1.16k stars 350 forks source link

Implement rest of cStringIO module #346

Open ironpythonbot opened 9 years ago

ironpythonbot commented 9 years ago

Implement rest of cStringIO module

IP VERSION AFFECTED: 2.6
FLAGS PASSED TO IPY.EXE: None
OPERATING SYSTEMS AFFECTED: All

DESCRIPTION

After filtering out Python special method names,
IronPython is still MISSING implementations for the
following module attributes:
cStringIO.cStringIO_CAPI

After filtering out Python special method names,
IronPython is still PROVIDING implementations for the
following module attributes which should NOT exist:

Complete list of module attributes IronPython is still
missing implementations for:
cStringIO.StringIO. * eq *
cStringIO.StringIO. * ge *
cStringIO.StringIO. * gt *
cStringIO.StringIO. * le *
cStringIO.StringIO. * lt *
cStringIO.StringIO. * ne *
cStringIO.cStringIO_CAPI

Complete list of module attributes that should be removed
from IronPython:
cStringIO.InputType.close. * cmp *
cStringIO.InputType.flush. * cmp *
cStringIO.InputType.getvalue. * cmp *
cStringIO.InputType.isatty. * cmp *
cStringIO.InputType.next. * cmp *
cStringIO.InputType.read. * cmp *
cStringIO.InputType.readline. * cmp *
cStringIO.InputType.readlines. * cmp *
cStringIO.InputType.reset. * cmp *
cStringIO.InputType.seek. * cmp *
cStringIO.InputType.tell. * cmp *
cStringIO.InputType.truncate. * cmp *
cStringIO.OutputType.close. * cmp *
cStringIO.OutputType.flush. * cmp *
cStringIO.OutputType.getvalue. * cmp *
cStringIO.OutputType.isatty. * cmp *
cStringIO.OutputType.next. * cmp *
cStringIO.OutputType.read. * cmp *
cStringIO.OutputType.readline. * cmp *
cStringIO.OutputType.readlines. * cmp *
cStringIO.OutputType.reset. * cmp *
cStringIO.OutputType.seek. * cmp *
cStringIO.OutputType.tell. * cmp *
cStringIO.OutputType.truncate. * cmp *
cStringIO.OutputType.write. * cmp *
cStringIO.OutputType.writelines. * cmp *
cStringIO.StringIO. * get *

Work Item Details

Original CodePlex Issue: Issue 17469 Status: Active Reason Closed: Unassigned Assigned to: Unassigned Reported on: Jul 22, 2008 at 12:23 AM Reported by: dfugate Updated on: Feb 22, 2013 at 2:15 AM Updated by: jdhardy

ironpythonbot commented 9 years ago

On 2009-08-05 23:49:09 UTC, unknown user commented:

Not fixed.  Don't know what value it has (if any), but we're still missing 'cStringIO.cStringIO_CAPI'.