New submission from Chris Jerdonek <chris.jerdo...@gmail.com>:

The documentation for the filecmp.dircmp class doesn't mention dircmp.left and 
dircmp.right.

Being aware of this up front would make certain simplifications easier to think 
of.  For example, knowing about these attributes opens up the possibility of 
passing dircmp instances around without having to pass the two paths separately 
(e.g. in certain recursive algorithms involving dircmp).  Knowing this also 
means you can recover the two paths if using the subdirs attribute (whose 
values are dircmp instances).

----------
assignee: docs@python
components: Documentation
keywords: easy
messages: 164781
nosy: cjerdonek, docs@python
priority: normal
severity: normal
status: open
title: Document dircmp.left and dircmp.right
versions: Python 3.3

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

Reply via email to