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 chris.jerdonek
Recipients chris.jerdonek, docs@python
Date 2012-07-07.04:27:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341635280.22.0.709109531165.issue15269@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2012-07-07 04:28:00chris.jerdoneksetrecipients: + chris.jerdonek, docs@python
2012-07-07 04:28:00chris.jerdoneksetmessageid: <1341635280.22.0.709109531165.issue15269@psf.upfronthosting.co.za>
2012-07-07 04:27:59chris.jerdoneklinkissue15269 messages
2012-07-07 04:27:59chris.jerdonekcreate