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 jcope
Recipients ezio.melotti, jcope, pitrou
Date 2010-08-13.20:13:06
SpamBayes Score 2.014441e-06
Marked as misclassified No
Message-id <1281730388.68.0.654225539002.issue9593@psf.upfronthosting.co.za>
In-reply-to
Content
I now recognize the issue was in regard to format problems and not python, but the area where this code will be used requires the use of the codecs module.
Is there any way to get the efficiency of codecs I/O readlines() chunking behavior and specify a list of characters to use? Can the file delimiter be changed in python as in perl?

Thanks for the quick response.
History
Date User Action Args
2010-08-13 20:13:08jcopesetrecipients: + jcope, pitrou, ezio.melotti
2010-08-13 20:13:08jcopesetmessageid: <1281730388.68.0.654225539002.issue9593@psf.upfronthosting.co.za>
2010-08-13 20:13:07jcopelinkissue9593 messages
2010-08-13 20:13:06jcopecreate