How to test tp_print?
Martin v. Löwis
loewis at informatik.hu-berlin.de
Fri Apr 12 11:31:12 EDT 2002
More information about the Python-list mailing list
Fri Apr 12 11:31:12 EDT 2002
- Previous message (by thread): 2.1 stable and 2.2 dev ?
- Next message (by thread): How to test tp_print?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Hernan M. Foffani" <hfoffani at yahoo.com> writes: > My question is: > Is this code portable across different C stdio > libraries? I'm thinking in line delimiters here. > I suspect it is not :-( You are right, this is not portable. > Any other approach to this? Open the file in binary mode. Regards, Martin
- Previous message (by thread): 2.1 stable and 2.2 dev ?
- Next message (by thread): How to test tp_print?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list