This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amccampos
Recipients amccampos, benjamin.peterson, lemburg
Date 2010-05-06.12:06:33
SpamBayes Score 0.00152209
Marked as misclassified No
Message-id <p2z8fa49b8d1005060506ya6a2aa61j1d5d5492ba7fc566@mail.gmail.com>
In-reply-to <1273141412.17.0.146467869225.issue8630@psf.upfronthosting.co.za>
Content
The parameter would not be a new feature since the codecs docs states that:
"The StreamReaderWriter allows wrapping streams which work in both
read and write modes".

The reader (StreamReader) accepts the parameter, so it's expected that
StreamReaderWriter does the same.

I'm not sure how to submit a patch.
So, I'm submitting a new codecs.py file through the issue track
interface (issue 8630).
If it's not that in that way, could you please tell me the path?
André.

2010/5/6 Marc-Andre Lemburg <report@bugs.python.org>:
>
> Marc-Andre Lemburg <mal@egenix.com> added the comment:
>
> André: Could you provide a patch ?
>
> Thanks.
>
> ----------
> assignee: benjamin.peterson ->
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue8630>
> _______________________________________
>
History
Date User Action Args
2010-05-06 12:06:36amccampossetrecipients: + amccampos, lemburg, benjamin.peterson
2010-05-06 12:06:34amccamposlinkissue8630 messages
2010-05-06 12:06:33amccamposcreate