[issue12043] Update shutil documentation

2011-07-29 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 836548ce4cd2 by Éric Araujo in branch '3.2': Update documentation for shutil.move (#12043) and fix a few typos. http://hg.python.org/cpython/rev/836548ce4cd2 -- nosy: +python-dev

[issue12043] Update shutil documentation

2011-07-29 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 6bf168b55d07 by Éric Araujo in branch '2.7': Update documentation for shutil.move (#12043) and fix a few typos. http://hg.python.org/cpython/rev/6bf168b55d07 -- ___

[issue12043] Update shutil documentation

2011-07-29 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Done! -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12043

[issue12043] Update shutil documentation

2011-07-23 Thread Eli Bendersky
Changes by Eli Bendersky eli...@gmail.com: -- nosy: -eli.bendersky ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12043 ___ ___ Python-bugs-list

[issue12043] Update shutil documentation

2011-07-05 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I will commit the rest of the patch. -- assignee: docs@python - eric.araujo priority: low - high ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12043

[issue12043] Update shutil documentation

2011-07-04 Thread Eli Bendersky
Changes by Eli Bendersky eli...@gmail.com: -- nosy: +eli.bendersky ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12043 ___ ___ Python-bugs-list

[issue12043] Update shutil documentation

2011-07-04 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: - If *symlinks* is true, symbolic links in the source tree are + If *symlinks* is ``True``, symbolic links in the source tree are I’m not sure about that change. It may be on purpose that lower-case true is used, given that the code will

[issue12043] Update shutil documentation

2011-07-04 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Yep. The parts changing true/false to ``True``/``False`` should not be committed. -- nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12043

[issue12043] Update shutil documentation

2011-07-02 Thread Sandro Tosi
Sandro Tosi sandro.t...@gmail.com added the comment: It turns out it was just move() with a slightly outdated description; so I take the occasion to fix some minor stuff in the doc. -- keywords: +patch stage: needs patch - patch review Added file:

[issue12043] Update shutil documentation

2011-07-02 Thread Sandro Tosi
Changes by Sandro Tosi sandro.t...@gmail.com: Added file: http://bugs.python.org/file22549/issue12043-27.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12043 ___

[issue12043] Update shutil documentation

2011-06-27 Thread Sandro Tosi
Changes by Sandro Tosi sandro.t...@gmail.com: -- versions: -Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12043 ___ ___

[issue12043] Update shutil documentation

2011-06-27 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Can you add links, a list of problems, dependency bugs or a patch? Otherwise this is an empty placeholder. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12043

[issue12043] Update shutil documentation

2011-06-27 Thread Sandro Tosi
Sandro Tosi sandro.t...@gmail.com added the comment: I'm starting to work on a patch right now. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12043 ___

[issue12043] Update shutil documentation

2011-05-13 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: “it seems to”: does this come from the mailing list? -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12043 ___

[issue12043] Update shutil documentation

2011-05-13 Thread Fred L. Drake, Jr.
Changes by Fred L. Drake, Jr. fdr...@acm.org: -- nosy: +fdrake ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12043 ___ ___ Python-bugs-list

[issue12043] Update shutil documentation

2011-05-13 Thread Sandro Tosi
Sandro Tosi sandro.t...@gmail.com added the comment: nope, from a quick glance at the docstrings text and what's on the ReST documentation - was I a bit too catastrophic? :) -- ___ Python tracker rep...@bugs.python.org

[issue12043] Update shutil documentation

2011-05-13 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: No, it’s just the wording that made me think you were referring to other reports or to posts. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12043

[issue12043] Update shutil documentation

2011-05-09 Thread Sandro Tosi
New submission from Sandro Tosi sandro.t...@gmail.com: This issue is to keep track of the 'shutil' documentation update, since it seems to miss several information (in particular in comparison with the docstrings). I'll post patches as soon as I get them. -- assignee: docs@python