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 serhiy.storchaka
Recipients Mark.Shannon, benjamin.peterson, georg.brandl, methane, rhettinger, serhiy.storchaka, vstinner
Date 2018-02-22.13:15:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
This isn't a bug, but a feature. You no longer need to check and skip the first statement if it is a literal string. The body attribute now always represents a sequence of statements, and the docstring attribute represents a docstring.
History
Date User Action Args
2018-02-22 13:15:32serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, rhettinger, vstinner, benjamin.peterson, methane, Mark.Shannon
2018-02-22 13:15:32serhiy.storchakasetmessageid: <[email protected]>
2018-02-22 13:15:32serhiy.storchakalinkissue32911 messages
2018-02-22 13:15:32serhiy.storchakacreate