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 sdaoden
Date 2011-03-23.13:35:51
SpamBayes Score 1.1404057e-06
Marked as misclassified No
Message-id <1300887352.61.0.261947274229.issue11650@psf.upfronthosting.co.za>
In-reply-to
Content
14:23 ~ $ 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:25 ~ $
14:25 ~ $ fg
python3

[56455 refs]
[36537 refs]


And


14:29 ~/src/cpython $ ./python.exe
Python 3.3a0 (default:267578b2422d, Mar 23 2011, 13:27:15)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more
information.
>>> ^Z
[3]+  Stopped                 ./python.exe
14:29 ~/src/cpython $ fg
./python.exe

[56559 refs]
[36610 refs]
History
Date User Action Args
2011-03-23 13:35:52sdaodensetrecipients: + sdaoden
2011-03-23 13:35:52sdaodensetmessageid: <1300887352.61.0.261947274229.issue11650@psf.upfronthosting.co.za>
2011-03-23 13:35:52sdaodenlinkissue11650 messages
2011-03-23 13:35:51sdaodencreate