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 Saimadhav.Heblikar
Recipients Saimadhav.Heblikar, Todd.Rovito, taleinat, terry.reedy
Date 2014-03-18.16:20:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395159653.84.0.649064205886.issue20827@psf.upfronthosting.co.za>
In-reply-to
Content
The old file had a typo and i have removed it.

The new file does everything stated in msg213722 and also has the errors removed.
I have added tests for the little change in code to pyclbr.its called test_string_source.
All the tests related to pyclbr pass

test_decorators (__main__.PyclbrTest) ... ok
test_easy (__main__.PyclbrTest) ... ok
test_issue_14798 (__main__.PyclbrTest) ... ok
test_others (__main__.PyclbrTest) ... ok
test_string_source (__main__.PyclbrTest) ... ok
----------------------------------------------------------------------
Ran 5 tests in 17.489s
OK

The patch in its current form is fully functional.Do let me if any part requires modification.
History
Date User Action Args
2014-03-18 16:20:54Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar, terry.reedy, taleinat, Todd.Rovito
2014-03-18 16:20:53Saimadhav.Heblikarsetmessageid: <1395159653.84.0.649064205886.issue20827@psf.upfronthosting.co.za>
2014-03-18 16:20:53Saimadhav.Heblikarlinkissue20827 messages
2014-03-18 16:20:53Saimadhav.Heblikarcreate