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

2012-07-05 Thread Eli Bendersky
Changes by Eli Bendersky eli...@gmail.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14202 ___ ___ Python-bugs-list

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

2012-06-25 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Unassigning; I have to use my Python time for distutils bugs, or doc bugs for modules I actually like (I’m no fan of XML nor DOM :). I would politely insist that doc fixes have to get backported to 2.7 unless it would be really bothersome

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

2012-03-26 Thread Eli Bendersky
Eli Bendersky eli...@gmail.com added the comment: There was a patch for the docs (+ other stuff) in issue #7635 as well. It can be integrated, if relevant. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14202

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

2012-03-16 Thread Florian Mladitsch
Changes by Florian Mladitsch florian.mladit...@googlemail.com: -- keywords: +patch Added file: http://bugs.python.org/file24885/xml.dom.pulldom.rst.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14202

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

2012-03-16 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 172630a3e6d8 by Eli Bendersky in branch '3.2': Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. http://hg.python.org/cpython/rev/172630a3e6d8 New changeset 5d118a154ba3 by Eli Bendersky in branch

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

2012-03-16 Thread Eli Bendersky
Eli Bendersky eli...@gmail.com added the comment: I committed the patch after some minor modifications, to 3.2 and 3.3 Florian, thanks for the contribution! -- resolution: - fixed stage: patch review - committed/rejected status: open - closed versions: +Python 3.2 -Python 2.7

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

2012-03-16 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Thanks to you both, the new docs are greatly better! Eli, why not backporting to 2.7 too? It has the same rules and should get the same attention as 3.2. BTW, when you nest class/method directives, you needn’t repeat the class name in the

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

2012-03-16 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 1a740ea4f2a1 by Eli Bendersky in branch '3.2': Issue #14202: some additional doc fixes http://hg.python.org/cpython/rev/1a740ea4f2a1 New changeset b2e27f21760e by Eli Bendersky in branch 'default': Issue #14202:

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

2012-03-16 Thread Eli Bendersky
Eli Bendersky eli...@gmail.com added the comment: Éric, thanks for the comments - all fixed. As for 2.7, it's just laziness really. Committing to both 3.2 and 3.3 is trivial since it's a simple merge. For 2.7 it's more complicated since it's an unrelated branch, and the code samples have to

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

2012-03-16 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I understand :) I’ll do it. I value doc as much as code, it’s also delivered faster to the users, and there are a lot of Python 2 users out there, so porting doc fixes to 2.7 is really worth it. -- assignee: docs@python - eric.araujo

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

2012-03-15 Thread Florian Mladitsch
Changes by Florian Mladitsch florian.mladit...@googlemail.com: Added file: http://bugs.python.org/file24879/xml.dom.pulldom.rst ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14202 ___

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

2012-03-15 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Could you provide a diff? (instructions in the devguide) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14202 ___

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

2012-03-15 Thread Florian Mladitsch
Florian Mladitsch florian.mladit...@googlemail.com 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

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

2012-03-15 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Ah, right, I just assumed that your .rst file was the full file (like in your first upload), but it is indeed a diff. Our tools don’t care about the file extension, but they sometimes are useful conventions for humans :) --

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

2012-03-15 Thread Eli Bendersky
Eli Bendersky eli...@gmail.com added the comment: Looks good, pending fixing of Éric's comments. Florian, could you do that? We can then proceed to commit (to 3.3) and consider backports. -- stage: needs patch - patch review ___ Python tracker

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

2012-03-13 Thread Eli Bendersky
Eli Bendersky eli...@gmail.com added the comment: I reviewed the patch in http://bugs.python.org/review/14202/show -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14202 ___

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

2012-03-07 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Merged Florian’s version with the original file to create a patch. -- Added file: http://bugs.python.org/file24752/pulldom-documentation.rst ___ Python tracker rep...@bugs.python.org

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

2012-03-06 Thread Florian M
Florian M florian.mladit...@googlemail.com added the comment: I wrote some documentation with the information I found on http://wiki.python.org/moin/PullDom and some custom examples. -- nosy: +flomm Added file: http://bugs.python.org/file24750/xml.dom.pulldom.rst

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

2012-03-06 Thread Eli Bendersky
Eli Bendersky eli...@gmail.com added the comment: Thanks, Florian - I will review the patch. At first sight it looks much better than what exists. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14202

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

2012-03-05 Thread Eli Bendersky
New submission from Eli Bendersky eli...@gmail.com: http://docs.python.org/dev/library/xml.dom.pulldom.html embarrassing is the word I wanted to use, but it's too strong for the title ;-) Seriously, this module is part of the stdlib, it should at least have *some* documentation. --