Message131875
davide@macrisorto ~/cpython $ ./python.exe
Python 3.3a0 (default:4a5782a2b074, Mar 23 2011, 15:26:35)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> ^Z
[1]+ Stopped ./python.exe
davide@macrisorto ~/cpython $ fg
./python.exe
davide@macrisorto ~/cpython $
----
System Python on OS X 10.6.6:
davide@macrisorto ~/py2.6 $ python
Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49)
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
[1]+ Stopped python
davide@macrisorto ~/py2.6 $ fg
python
>>>
>>> ^D
davide@macrisorto ~/py2.6 $
(works as expected)
------
Python 2.6.6 from hg:
davide@macrisorto ~/py2.6 $ ./python.exe
Python 2.6.6+ (unknown, Mar 23 2011, 15:19:22)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> ^Z
[1]+ Stopped ./python.exe
davide@macrisorto ~/py2.6 $ fg
./python.exe
[38594 refs]
[16875 refs]
davide@macrisorto ~/py2.6 $
(same behavior as first post) |
|
Date |
User |
Action |
Args |
2011-03-23 14:31:50 | davide.rizzo | set | recipients:
+ davide.rizzo, vstinner, ezio.melotti, neologix, sdaoden |
2011-03-23 14:31:50 | davide.rizzo | set | messageid: <1300890710.03.0.326834825998.issue11650@psf.upfronthosting.co.za> |
2011-03-23 14:31:49 | davide.rizzo | link | issue11650 messages |
2011-03-23 14:31:49 | davide.rizzo | create | |
|