[Python-Dev] OpenVMS file system and UNIVERSAL_NEWLINES support
Jean-François Piéronne
jf.pieronne at laposte.net
Fri Feb 27 10:42:24 EST 2004
Aahz wrote:
> On Fri, Feb 27, 2004, Skip Montanaro wrote:
>
>>What about Py_HAS_STREAM_IO? It would be defined by default. On platforms
>>like OpenVMS, you could #undef it in pyport.h or through some other
>>mechanism.
>>
>>Or the contr, something like Py_HAS_NO_STREAM_IO. That doesn't read very
>>well though.
>
>
> Py_HAS_RECORD_IO
What about Py_USE_RECORD_IO which would need to be defined only on VMS and
probably a few others platforms and is undefined by default.
What is the simplest method for you?
Cheers,
Jean-François
More information about the Python-Dev
mailing list