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 <1519056062.46.0.467229070634.issue32874@psf.upfronthosting.co.za>
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: <1519056062.46.0.467229070634.issue32874@psf.upfronthosting.co.za>
2018-02-19 16:01:02cheryl.sabellalinkissue32874 messages
2018-02-19 16:01:02cheryl.sabellacreate