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 grantjenks, terry.reedy
Date 2018-07-05.22:07:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530828460.24.0.56676864532.issue34055@psf.upfronthosting.co.za>
In-reply-to
Content
def funcname(param = 'somestring)
             # Indent for next param.

is another situation where \n is treating as closing '.
History
Date User Action Args
2018-07-05 22:07:40terry.reedysetrecipients: + terry.reedy, grantjenks
2018-07-05 22:07:40terry.reedysetmessageid: <1530828460.24.0.56676864532.issue34055@psf.upfronthosting.co.za>
2018-07-05 22:07:40terry.reedylinkissue34055 messages
2018-07-05 22:07:40terry.reedycreate