[issue17351] Remove explicit object inheritance in Python 3 docs

2013-03-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4f745f7d6fca by Ezio Melotti in branch '3.2': #17351: remove object inheritance from docs. Patch by Phil Elson. http://hg.python.org/cpython/rev/4f745f7d6fca New changeset 8b1d3fa3b389 by Ezio Melotti in branch '3.3': #17351: merge with 3.2.

[issue17351] Remove explicit object inheritance in Python 3 docs

2013-03-11 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! -- assignee: docs@python - ezio.melotti resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org

[issue17351] Remove explicit object inheritance in Python 3 docs

2013-03-11 Thread Michael Foord
Michael Foord added the comment: If the consensus is that Python documentation should not include explicit object inheritance then fine to update mock docs accordingly. The backport docs will still use it as they are for Python 2 as well. -- ___

[issue17351] Remove explicit object inheritance in Python 3 docs

2013-03-10 Thread Raymond Hettinger
Changes by Raymond Hettinger raymond.hettin...@gmail.com: -- title: Fixed python3 descriptor documentation example + removal of explicit object inheritance in docs - Remove explicit object inheritance in Python 3 docs ___ Python tracker

[issue17351] Remove explicit object inheritance in Python 3 docs

2013-03-10 Thread Andrew Svetlov
Changes by Andrew Svetlov andrew.svet...@gmail.com: -- nosy: +asvetlov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17351 ___ ___

[issue17351] Remove explicit object inheritance in Python 3 docs

2013-03-10 Thread Éric Araujo
Éric Araujo added the comment: Note that removing the unnecessary '(object)' may make it worse for e.g. beginners going from 3.x to 2.x, and slightly complicate porting patches. Raymond approves the removal, yet added '(object)' in a 3.3 doc file in 5eca56b68840 -- nosy:

[issue17351] Remove explicit object inheritance in Python 3 docs

2013-03-10 Thread Éric Araujo
Éric Araujo added the comment: The changeset redirector seems broken, here’s the full link: http://hg.python.org/cpython/rev/5eca56b68840 FTR I am still in favor of removal regardless of the possible issues I noted in my previous comment. -- ___

[issue17351] Remove explicit object inheritance in Python 3 docs

2013-03-10 Thread Éric Araujo
Éric Araujo added the comment: Disregard my comments, I reread only the start of the thread and missed the discussion about the descriptor tutorial. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17351

[issue17351] Remove explicit object inheritance in Python 3 docs

2013-03-10 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- Removed message: http://bugs.python.org/msg183923 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17351 ___

[issue17351] Remove explicit object inheritance in Python 3 docs

2013-03-10 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- Removed message: http://bugs.python.org/msg183930 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17351 ___

[issue17351] Remove explicit object inheritance in Python 3 docs

2013-03-10 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- Removed message: http://bugs.python.org/msg183924 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17351 ___

[issue17351] Remove explicit object inheritance in Python 3 docs

2013-03-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: My rationale for supporting removal is this: People beginning with Py3, which is most beginners in the next decade, seeing (object), might think it necessary in certain cases or that it does something. The descriptor how-to is a) advanced and b) can have a