]> granicus.if.org Git - python/commit
complex() was the only numeric constructor that created a new instance
authorRaymond Hettinger <python@rcn.com>
Thu, 29 Aug 2002 14:22:51 +0000 (14:22 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 29 Aug 2002 14:22:51 +0000 (14:22 +0000)
commit604cd6ae79e0e7ff52b96bba9aa9fbd6c21e1e8f
tree27b2038b8e2cf8bec7908a467a3e1e68655f243a
parent18bd11205d5a477e9be9cd70a3cbcc7eeae6fc9b
complex() was the only numeric constructor that created a new instance
when given its own type as an argument.
Lib/test/test_b1.py
Objects/complexobject.c