[posted & e-mailed]
In article <5edde6ee-4446-4f53-91ee-ad3aea4b5...@q37g2000vbi.googlegroups.com>,
wrote:
>
>Python 3.0.1 (r301:69556, Jun 4 2009, 16:07:22) [C] on aix5
>Type "help", "copyright", "credits" or "license" for more information.
import os
os.popen('cat','w')
>
>
>So it se
prueba...@latinmail.com wrote:
Python 3.0.1 (r301:69556, Jun 4 2009, 16:07:22) [C] on aix5
Type "help", "copyright", "credits" or "license" for more information.
import os
os.popen('cat','w')
So it seems to be something in 3.1 that causes it to fail.
BTW it is not like I use os.popen a lot.
On Jun 3, 3:36 pm, a...@pythoncraft.com (Aahz) wrote:
> In article
> <7c93031a-235e-4e13-bd37-7c9dbc6e8...@r16g2000vbn.googlegroups.com>,
>
>
>
> wrote:
> >Should I open a bug report for this?
>
> >Python 2.5.1 (r251:54863, Sep 19 2007, 14:58:06) [C] on aix5
> >Type "help", "copyright", "credits
In article <7c93031a-235e-4e13-bd37-7c9dbc6e8...@r16g2000vbn.googlegroups.com>,
wrote:
>Should I open a bug report for this?
>
>Python 2.5.1 (r251:54863, Sep 19 2007, 14:58:06) [C] on aix5
>Type "help", "copyright", "credits" or "license" for more information.
import os
os.popen('cat','
Should I open a bug report for this?
Python 2.5.1 (r251:54863, Sep 19 2007, 14:58:06) [C] on aix5
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.popen('cat','w')
>>>
Python 3.1rc1 (r31rc1:73054, Jun 1 2009, 10:49:24) [C] on aix5
Type "help", "copyrig