[Python-Dev] Deprecate codecs.open() and StreamWriter/StreamReader (original) (raw)
Victor Stinner victor.stinner at haypocalc.com
Tue May 24 12:58:01 CEST 2011
- Previous message: [Python-Dev] Deprecate codecs.open() and StreamWriter/StreamReader
- Next message: [Python-Dev] Deprecate codecs.open() and StreamWriter/StreamReader
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Le mardi 24 mai 2011 à 12:42 +0200, Łukasz Langa a écrit :
Wiadomość napisana przez Walter Dörwald w dniu 2011-05-24, o godz. 12:16:
>> I don't see which usecase is not covered by TextIOWrapper. But I know >> some cases which are not supported by StreamReader/StreamWriter. > > This could be be partially fixed by implementing generic > StreamReader/StreamWriter classes that reuse the incremental codecs, but > I don't think thats worth it. Why not?
We have already an implementation of this idea, it is called io.TextIOWrapper.
Victor
- Previous message: [Python-Dev] Deprecate codecs.open() and StreamWriter/StreamReader
- Next message: [Python-Dev] Deprecate codecs.open() and StreamWriter/StreamReader
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]