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 cheryl.sabella
Recipients cheryl.sabella, terry.reedy
Date 2018-02-19.16:01:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I also moved existing comments in pyparse.py to be docstrings.

Adding the tests revealed a bug in the initialization of self.lastopenbracketpos, but I didn't make any changes to fix it.  With the bug, the tests weren't repeatable, so I modified the tests to work with the bug in place.
History
Date User Action Args
2018-02-19 16:01:02cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy
2018-02-19 16:01:02cheryl.sabellasetmessageid: <[email protected]>
2018-02-19 16:01:02cheryl.sabellalinkissue32874 messages
2018-02-19 16:01:02cheryl.sabellacreate