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 serhiy.storchaka
Recipients r.david.murray, serhiy.storchaka
Date 2012-08-05.07:29:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344151779.07.0.803511548529.issue15539@psf.upfronthosting.co.za>
In-reply-to
Content
> There is now a test_tools, so it would be great to have tests to go along with this patch.

Well, I'll do it. But the tests most likely will be different for different versions of Python (in contrast to the pindent patch).

"pindent -d" and then "pindent -c" on pindent.py must give the original of pindent.py. It exposes some of the above mentioned bugs.

> I haven't looked at the patch in detail, but as long as you are modernizing it please kill those "# end ..." lines.

This is done deliberately. It demonstrates the purpose of the script.
History
Date User Action Args
2012-08-05 07:29:39serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray
2012-08-05 07:29:39serhiy.storchakasetmessageid: <1344151779.07.0.803511548529.issue15539@psf.upfronthosting.co.za>
2012-08-05 07:29:38serhiy.storchakalinkissue15539 messages
2012-08-05 07:29:37serhiy.storchakacreate