On 11/04/10 15:37, Stefan Behnel wrote: > The codecs module does not support universal newline parsing (see the > docs). You need to use the new io module instead. thanks. i'd completely overlooked the io module - i thought it was only in python 2.7/3.x.