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 r.david.murray
Recipients docs@python, idahogray, r.david.murray
Date 2015-05-02.02:27:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430533680.37.0.831595844165.issue24109@psf.upfronthosting.co.za>
In-reply-to
Content
It wouldn't be a bad idea.  Of course, you'd also need to update Tools/script/diff.py.  Tests should be added as well, since we have started adding tests for things in Tools.   The tests should be written first, to make sure that the behavior of 'diff' does not change, since I know there are people actively using it (on Windows).

I think it would also be a good idea to change the docs so that the actual diff script is embedded in the docs (sphinx has a directive for doing that), rather that duplicating the code.
History
Date User Action Args
2015-05-02 02:28:00r.david.murraysetrecipients: + r.david.murray, docs@python, idahogray
2015-05-02 02:28:00r.david.murraysetmessageid: <1430533680.37.0.831595844165.issue24109@psf.upfronthosting.co.za>
2015-05-02 02:28:00r.david.murraylinkissue24109 messages
2015-05-02 02:27:59r.david.murraycreate