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 doerwalter
Recipients doerwalter
Date 2012-07-20.15:55:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342799760.81.0.0479132559422.issue15408@psf.upfronthosting.co.za>
In-reply-to
Content
The attached script behaves differently on Python 2.7.2 and Python 3.2.3.

With Python 2.7 the script runs for ca. 30 seconds and then I get back my prompt.

With Python 3.2 the script runs in the background, I get back my prompt immediately and can type shell commands.

Commenting out the call to uname() changes the behaviour of the script on Python 3.2 so that it behaves like on Python 2.7.

(This happens on both Max OS X 10.7 and Linux.)
History
Date User Action Args
2012-07-20 15:56:00doerwaltersetrecipients: + doerwalter
2012-07-20 15:56:00doerwaltersetmessageid: <1342799760.81.0.0479132559422.issue15408@psf.upfronthosting.co.za>
2012-07-20 15:56:00doerwalterlinkissue15408 messages
2012-07-20 15:55:59doerwaltercreate