[Patches] [Patch #103247] Strings: '\012' -> '\n'
noreply@sourceforge.net
noreply@sourceforge.net
Mon, 15 Jan 2001 20:21:18 -0800
Patch #103247 has been updated.
Project: python
Category: core (C code)
Status: Open
Submitted by: ping
Assigned to : ping
Summary: Strings: '\012' -> '\n'
Follow-Ups:
Date: 2001-Jan-15 20:21
By: gvanrossum
Comment:
Nice.
Style nit: I don't care for the fputc(), fputc(); form.
Can you resubmit (and retest!) a version that uses \x%02x too?
I'd expect that this would require updates to some docs and the tutorial,
too.
-------------------------------------------------------
-------------------------------------------------------
For more info, visit:
http://sourceforge.net/patch/?func=detailpatch&patch_id=103247&group_id=5470