Mark Levitt added the comment:
Cool. I've gone ahead and generated a new patch with the version added
directive included.
--
Added file: http://bugs.python.org/file30571/18149-3.patch
___
Python tracker
<http://bugs.python.org/is
Mark Levitt added the comment:
Ned,
Thanks for taking the time to review. I've updated the docs, added a unit test,
signed the contributor form, and made the changes/corrections from your review.
Updated patch attached.
--
Added file: http://bugs.python.org/file30565/18149-2.
Mark Levitt added the comment:
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