Message7509

Author gary.aviv
Recipients gary.aviv
Date 2012-11-06.17:17:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352222256.26.0.0146149957354.issue1984@psf.upfronthosting.co.za>
In-reply-to
Content
The pipe function is missing from os module; this is Linux JRE java1.7.0_b147-icedtea 64 bits. It is also missing from 2.5.3.  

import os
x,y = os.pipe()

we get:

AttributeError: 'module' object has no attribute 'pipe'
History
Date User Action Args
2012-11-06 17:17:36gary.avivsetmessageid: <1352222256.26.0.0146149957354.issue1984@psf.upfronthosting.co.za>
2012-11-06 17:17:36gary.avivsetrecipients: + gary.aviv
2012-11-06 17:17:36gary.avivlinkissue1984 messages
2012-11-06 17:17:35gary.avivcreate