Steven Barker added the comment:

A recent Stack Overflow question (http://stackoverflow.com/q/23192359/1405065) 
relates to this bug. The questioner was surprised that filecmp.cmp is much 
slower than usual for certain large files, despite the "shallow" parameter 
being True.

It is pretty clear to me that the behavior of filecmp.cmp does not match its 
docstring with respect to "shallow". Either the docstring should be updated to 
match the existing behavior, or (more likely?) the behavior should change to 
match the docs.

----------
components: +Library (Lib) -Extension Modules
nosy: +Steven.Barker
versions: +Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1234674>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to