]> granicus.if.org Git - python/commit
Fix wrong argument format in PyCodec_IncrementalEncoder() and
authorWalter Dörwald <walter@livinglogic.de>
Thu, 16 Mar 2006 21:46:40 +0000 (21:46 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 16 Mar 2006 21:46:40 +0000 (21:46 +0000)
commitd53850a2be3fc086493ec7feaa6c4e757de3482e
treed45e90d28c85b0450807b3049bb7bd1067dc531f
parent23e408603cffc2c1e515230deb7239e95f6173cb
Fix wrong argument format in PyCodec_IncrementalEncoder() and
PyCodec_IncrementalDecoder().

Factor out common code from PyCodec_Encoder()/PyCodec_Decoder(),
PyCodec_IncrementalEncoder()/PyCodec_IncrementalDecoder() and
PyCodec_StreamReader()/PyCodec_StreamWriter().
Python/codecs.c