]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 69184 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Sun, 1 Feb 2009 12:31:56 +0000 (12:31 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 1 Feb 2009 12:31:56 +0000 (12:31 +0000)
commit8bd5f8359f788751cbf486aef2c6066b91690dcb
treef169f46bbcc6c79c9ed4eff816a69117ac05d8a3
parent9de2de59f0b3cecf91c2566e3a92a758091c5f8a
Merged revisions 69184 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r69184 | mark.dickinson | 2009-02-01 12:13:56 +0000 (Sun, 01 Feb 2009) | 3 lines

  Issue #1717:  remove the cmp builtin function, the C-API functions
  PyObject_Cmp, PyObject_Compare, and various support functions.
........
Doc/c-api/object.rst
Include/abstract.h
Lib/test/test_builtin.py
Misc/NEWS
Objects/abstract.c
Objects/object.c
Objects/typeobject.c
Python/bltinmodule.c