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 terry.reedy
Recipients Arfrever, benjamin.peterson, pitrou, serhiy.storchaka, terry.reedy, vstinner
Date 2014-12-13.02:15:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418436923.35.0.426174027156.issue23035@psf.upfronthosting.co.za>
In-reply-to
Content
One can paste multiple lines, comprising multiple statements, into the console interprer.  (Shell only recognizes a single pasted statement.)  
I agree, however, that it seems that Python could keep the split version of the input line for the purpose of tracebacks.  I just tried

C:\Users\Terry>python -c "import sys; print(sys.argv)"
['-c']

I expected to see to see a list of 3 strings, not 1.
History
Date User Action Args
2014-12-13 02:15:23terry.reedysetrecipients: + terry.reedy, pitrou, vstinner, benjamin.peterson, Arfrever, serhiy.storchaka
2014-12-13 02:15:23terry.reedysetmessageid: <1418436923.35.0.426174027156.issue23035@psf.upfronthosting.co.za>
2014-12-13 02:15:23terry.reedylinkissue23035 messages
2014-12-13 02:15:22terry.reedycreate