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 sdaoden
Recipients ezio.melotti, sdaoden, vstinner
Date 2011-03-23.13:51:33
SpamBayes Score 1.7972605e-08
Marked as misclassified No
Message-id <20110323135038.GD33873@sherwood.local>
In-reply-to <1300887846.67.0.522620411422.issue11650@psf.upfronthosting.co.za>
Content
On Wed, Mar 23, 2011 at 01:44:06PM +0000, Ezio Melotti wrote:
> On linux it looks the same for me, but when I press enter the prompt appears again:

14:49 ~ $ jobs
14:49 ~ $ python3
Python 3.3a0 (default:4a5782a2b074, Mar 21 2011, 15:20:28) 
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin
Type "help", "copyright", "credits" or "license" for more 
information.
>>> ^Z
[1]+  Stopped                 python3
14:49 ~ $ fg
python3

[56455 refs]
[36537 refs]
14:49 ~ $ jobs
14:49 ~ $
History
Date User Action Args
2011-03-23 13:51:36sdaodensetrecipients: + sdaoden, vstinner, ezio.melotti
2011-03-23 13:51:34sdaodenlinkissue11650 messages
2011-03-23 13:51:33sdaodencreate