[issue9371] pulldom doesn't provide END_DOCUMENT or COMMENT nodes.

2012-03-11 Thread Florian Mladitsch
Florian Mladitsch added the comment: I found the bug for the end_document event and fixed it. But I couldn't figure out why the PullDOM class did not have comment-events. -- keywords: +patch nosy: +flomm Added file: http://bugs.python.org/file24787/pulldom_enddoc_event_fix.

[issue14202] The docs of xml.dom.pulldom are almost nonexistent

2012-03-15 Thread Florian Mladitsch
Changes by Florian Mladitsch : Added file: http://bugs.python.org/file24879/xml.dom.pulldom.rst ___ Python tracker <http://bugs.python.org/issue14202> ___ ___ Python-bug

[issue14202] The docs of xml.dom.pulldom are almost nonexistent

2012-03-15 Thread Florian Mladitsch
Florian Mladitsch added the comment: It is a diff-file, or am I missing something? I generated the file with 'hg diff > xml.dom.pulldom.rst' Probably should have given it a '*.patch' file-ending =/ -- ___ Python tracker

[issue14202] The docs of xml.dom.pulldom are almost nonexistent

2012-03-16 Thread Florian Mladitsch
Changes by Florian Mladitsch : -- keywords: +patch Added file: http://bugs.python.org/file24885/xml.dom.pulldom.rst.patch ___ Python tracker <http://bugs.python.org/issue14