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 cjw296
Recipients cjw296
Date 2016-06-06.20:43:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465245825.04.0.474122067055.issue27244@psf.upfronthosting.co.za>
In-reply-to
Content
This doesn't seem right:

(Pdb) ';;'
*** SyntaxError: EOL while scanning string literal
*** SyntaxError: EOL while scanning string literal
(Pdb) p ';;'
*** SyntaxError: EOL while scanning string literal
*** SyntaxError: EOL while scanning string literal
(Pdb) !print(';;')
*** SyntaxError: EOL while scanning string literal
*** SyntaxError: EOL while scanning string literal
History
Date User Action Args
2016-06-06 20:43:45cjw296setrecipients: + cjw296
2016-06-06 20:43:45cjw296setmessageid: <1465245825.04.0.474122067055.issue27244@psf.upfronthosting.co.za>
2016-06-06 20:43:45cjw296linkissue27244 messages
2016-06-06 20:43:44cjw296create