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 smcallis
Recipients smcallis
Date 2009-07-14.21:16:30
SpamBayes Score 0.0027945465
Marked as misclassified No
Message-id <1247606192.78.0.924421601798.issue6480@psf.upfronthosting.co.za>
In-reply-to
Content
Seems to me it's probably an issue with the newlines, but from
help(code.compile_command):

    Compile a command and determine whether it is incomplete.
    
    Arguments:
    
    source -- the source string; <b>may contain \n characters</b>
    filename -- optional filename from which source was read; default
                "<input>"
    symbol -- optional grammar start symbol; "single" (default) or
History
Date User Action Args
2009-07-14 21:16:33smcallissetrecipients: + smcallis
2009-07-14 21:16:32smcallissetmessageid: <1247606192.78.0.924421601798.issue6480@psf.upfronthosting.co.za>
2009-07-14 21:16:31smcallislinkissue6480 messages
2009-07-14 21:16:31smcalliscreate