[issue11478] Docs list nonexistant PyObject_CopyToObject function

2011-03-13 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ P

[issue11478] Docs list nonexistant PyObject_CopyToObject function

2011-03-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 248800b58175 by Antoine Pitrou in branch '2.7': Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) http://hg.python.org/cpython/rev/248800b58175 -- ___ Python tracker

[issue11478] Docs list nonexistant PyObject_CopyToObject function

2011-03-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 539e6f1fce78 by Antoine Pitrou in branch '3.1': Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) http://hg.python.org/cpython/rev/539e6f1fce78 New changeset eb8c2f43b251 by Antoine Pitrou in branch '3.2': Remove d

[issue11478] Docs list nonexistant PyObject_CopyToObject function

2011-03-13 Thread Antoine Pitrou
Antoine Pitrou added the comment: Indeed, it doesn't exist. There is also a function named PyObject_CopyData which is not documented anywhere (and I'd bet noone has ever used it). -- nosy: +mark.dickinson, pitrou ___ Python tracker

[issue11478] Docs list nonexistant PyObject_CopyToObject function

2011-03-12 Thread Thomas Wouters
Changes by Thomas Wouters : -- title: Docs list nonexistant PyObject_CopyToData function -> Docs list nonexistant PyObject_CopyToObject function ___ Python tracker ___ _