File-like filter pattern?
Martin v. Löwis
martin at v.loewis.de
Wed Dec 18 04:49:08 EST 2002
More information about the Python-list mailing list
Wed Dec 18 04:49:08 EST 2002
- Previous message (by thread): File-like filter pattern?
- Next message (by thread): File-like filter pattern?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Erik Max Francis <max at alcyone.com> writes: > Is there a commonly accepted pattern for implementing file-like filters > in Python? Codecs work this way, see codecs.StreamReader and codecs.StreamWriter. Regards, Martin
- Previous message (by thread): File-like filter pattern?
- Next message (by thread): File-like filter pattern?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list