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 eric.fahlgren
Recipients Barun Parruck, eric.fahlgren, llllllllll, ncoghlan, yselivanov
Date 2016-02-28.16:11:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456675902.7.0.0239106559437.issue26448@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, don't worry about time between responses, we all have lives (well, some of us anyhow :) ).

After looking at Lib/test/test_dis.py, I think it's just an oversight that there is no specific findlabels test (it's tested implicitly by ``dis.dis`` after all), and it would be good thing for you to add one.  The obvious place seems like a new method at the bottom of the ``DisTests`` class, but we'll have to rely on (probably) Yury to make that call.
History
Date User Action Args
2016-02-28 16:11:42eric.fahlgrensetrecipients: + eric.fahlgren, ncoghlan, yselivanov, llllllllll, Barun Parruck
2016-02-28 16:11:42eric.fahlgrensetmessageid: <1456675902.7.0.0239106559437.issue26448@psf.upfronthosting.co.za>
2016-02-28 16:11:42eric.fahlgrenlinkissue26448 messages
2016-02-28 16:11:42eric.fahlgrencreate