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 da1910
Recipients da1910
Date 2020-05-31.21:16:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590959765.38.0.400418496831.issue40835@roundup.psfhosted.org>
In-reply-to
Content
And a patch:

After the end of a message entry the options for the next line are:
1. A comment - we already reset msgctxt to None here
2. A blank line - we can have empty lines anywhere we want, so do nothing
3. A new msgctxt line - Set msgctxt to the new context
4. A msgid - This is the current failing behaviour. Fix sets msgctxt back to None.
History
Date User Action Args
2020-05-31 21:16:05da1910setrecipients: + da1910
2020-05-31 21:16:05da1910setmessageid: <1590959765.38.0.400418496831.issue40835@roundup.psfhosted.org>
2020-05-31 21:16:05da1910linkissue40835 messages
2020-05-31 21:16:04da1910create