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 eli.bendersky
Recipients eli.bendersky
Date 2012-07-24.16:32:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The default ignore list of filecmp.dircmp is ['RCS', 'CVS', 'tags'].

This predates even Subversion! I suggest to freshen up this module to also ignore the dirs for SVN, Mercurial, Git and Bazaar.


[this is a new feature, so no earlier than 3.4...]
History
Date User Action Args
2012-07-24 16:32:12eli.benderskysetrecipients: + eli.bendersky
2012-07-24 16:32:12eli.benderskysetmessageid: <[email protected]>
2012-07-24 16:32:11eli.benderskylinkissue15442 messages
2012-07-24 16:32:11eli.benderskycreate