[issue3007] Remove old StringIO docs

2008-05-29 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, committed in r63803. -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3007] Remove old StringIO docs

2008-05-29 Thread Humberto Diogenes
Changes by Humberto Diogenes <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10473/remove-stringio.rst.patch ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3007] Remove old StringIO docs

2008-05-29 Thread Humberto Diogenes
New submission from Humberto Diogenes <[EMAIL PROTECTED]>: StringIO was merged into the `io` module, but the old stringio.rst docs are still there. -- assignee: georg.brandl components: Documentation files: io.stringio-docs.patch keywords: patch messages: 67515 nosy: georg.brandl, hdiog