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 Arfrever
Recipients Arfrever, benjamin.peterson, pitrou, serhiy.storchaka, terry.reedy, vstinner
Date 2014-12-13.01:32:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418434369.37.0.409501447657.issue23035@psf.upfronthosting.co.za>
In-reply-to
Content
Argument of -c option can have multiple lines, while only 1 line can be directly entered in interactive interpreter.

python -c $'line1\nline2\nline3\nline4\n...'
History
Date User Action Args
2014-12-13 01:32:49Arfreversetrecipients: + Arfrever, terry.reedy, pitrou, vstinner, benjamin.peterson, serhiy.storchaka
2014-12-13 01:32:49Arfreversetmessageid: <1418434369.37.0.409501447657.issue23035@psf.upfronthosting.co.za>
2014-12-13 01:32:49Arfreverlinkissue23035 messages
2014-12-13 01:32:49Arfrevercreate