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 melevittfl
Recipients fbm, melevittfl, nadeem.vawda, ned.deily, rhettinger
Date 2013-06-12.13:06:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371042416.21.0.932379547896.issue18149@psf.upfronthosting.co.za>
In-reply-to
Content
I've added a "clear_cache()" method to filecmp.py. Patch attached. 

I had thought about implementing an optional parameter to only invalidate the cache of a specific file object, but figured I'd keep it simple for now.

First time submitting a patch, so apologies if I've done something the wrong way.
History
Date User Action Args
2013-06-12 13:06:56melevittflsetrecipients: + melevittfl, rhettinger, nadeem.vawda, ned.deily, fbm
2013-06-12 13:06:56melevittflsetmessageid: <1371042416.21.0.932379547896.issue18149@psf.upfronthosting.co.za>
2013-06-12 13:06:56melevittfllinkissue18149 messages
2013-06-12 13:06:56melevittflcreate