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 pieronne
Recipients
Date 2004-03-29.20:53:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=414701

I have attach a patch for
Include/fileobject.h
Modules/bz2module.c
Objects/fileobject.c

This patch use a new conditionnal compilation item:
Py_USE_RECORD_IO

which need to be define only on systems which use RECORD
oriented IO and not stream oriented IO

It also contain a small fix for OpenVMS.

Jean-François
History
Date User Action Args
2007-08-23 14:20:12adminlinkissue903339 messages
2007-08-23 14:20:12admincreate