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 yselkowitz
Recipients yselkowitz
Date 2008-08-21.04:35:31
SpamBayes Score 4.098521e-05
Marked as misclassified No
Message-id <1219293362.56.0.98048679745.issue3626@psf.upfronthosting.co.za>
In-reply-to
Content
Attempting to build 3.0b3, the sharedmods make target results only in a
python command prompt.  In fact, it seems that the interpreter doesn't
accept any arguments:

$ /usr/bin/python --version
Python 2.5.2

$ /usr/bin/python -c 'print "Hello, World!"'
Hello, World!

$ ./python.exe --version
Python 3.0b3 (r30b3:65927, Aug 20 2008, 22:34:44) 
[GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 

$ ./python.exe -c 'print "Hello, World!"'
Python 3.0b3 (r30b3:65927, Aug 20 2008, 22:34:44) 
[GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 

The same happened with 3.0b2 when I tried to determine if this was a
recent regression.  I have successfully built 2.5 on a number of occasions.
History
Date User Action Args
2008-08-21 04:36:04yselkowitzsetrecipients: + yselkowitz
2008-08-21 04:36:02yselkowitzsetmessageid: <1219293362.56.0.98048679745.issue3626@psf.upfronthosting.co.za>
2008-08-21 04:35:59yselkowitzlinkissue3626 messages
2008-08-21 04:35:53yselkowitzcreate