[issue18456] Documentation for PyDict_Update is incorrect

2014-03-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2e51845a99e2 by Georg Brandl in branch '2.7': Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan. http://hg.python.org/cpython/rev/2e51845a99e2 -- _

[issue18456] Documentation for PyDict_Update is incorrect

2014-03-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8e1637e3a099 by Georg Brandl in branch '3.4': Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan. http://hg.python.org/cpython/rev/8e1637e3a099 -- nosy: +python-dev reso

[issue18456] Documentation for PyDict_Update is incorrect

2014-03-25 Thread priya
Changes by priya : -- keywords: +patch Added file: http://bugs.python.org/file34610/PyDict_Update.patch ___ Python tracker ___ ___ Pyt

[issue18456] Documentation for PyDict_Update is incorrect

2014-03-10 Thread Raymond Hettinger
Raymond Hettinger added the comment: Nice catch. -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue18456] Documentation for PyDict_Update is incorrect

2014-03-09 Thread Jill M
Changes by Jill M : -- nosy: +Jill.M ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/ma

[issue18456] Documentation for PyDict_Update is incorrect

2013-08-08 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue18456] Documentation for PyDict_Update is incorrect

2013-07-14 Thread Nick Coghlan
New submission from Nick Coghlan: The docs from PyDict_Update (http://docs.python.org/3/c-api/dict.html#PyDict_Update) claim it is equivalent to the Python level dict.update (http://docs.python.org/3/library/stdtypes#dict.update) This isn't accurate - unlike dict.update, PyDict_Update doesn't