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 hheimbuerger
Recipients docs@python, eli.bendersky, hheimbuerger, serhiy.storchaka, techtonik
Date 2013-03-08.15:06:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362755163.67.0.347657234464.issue11367@psf.upfronthosting.co.za>
In-reply-to
Content
Brought the ElementTree docs for find(), findtext() and findall() in line with the default branch (now they are just referencing the methods from Element).

Made the same changes in the method comments of the implementation.

Separate patches for 2.7 and 3.2.

Note that the implementation method comments in default (and I assume 3.3) are still wrong. Would you accept patches for that as well?
History
Date User Action Args
2013-03-08 15:06:03hheimbuergersetrecipients: + hheimbuerger, techtonik, eli.bendersky, docs@python, serhiy.storchaka
2013-03-08 15:06:03hheimbuergersetmessageid: <1362755163.67.0.347657234464.issue11367@psf.upfronthosting.co.za>
2013-03-08 15:06:03hheimbuergerlinkissue11367 messages
2013-03-08 15:06:03hheimbuergercreate