]> granicus.if.org Git - python/commit
Merged revisions 84984 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Thu, 23 Sep 2010 20:16:03 +0000 (20:16 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 23 Sep 2010 20:16:03 +0000 (20:16 +0000)
commita67c70d4a945e9fc5f37165d1c61e6955e0dc8c8
tree2c6e02c4f8a2b6059ce9e971f880102055f8d7d5
parent9227508dec49240d3e528d0a319048a3a2cb02c6
Merged revisions 84984 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84984 | mark.dickinson | 2010-09-23 21:11:19 +0100 (Thu, 23 Sep 2010) | 5 lines

  Issue #9930: Remove an unnecessary type check in wrap_binaryfunc_r;
  this was causing reversed method calls like float.__radd__(3.0, 1) to
  return NotImplemented instead of the expected numeric value.
........
Lib/test/test_descr.py
Misc/NEWS
Objects/typeobject.c