commit | fa2e4c27d26ebf34779fbd2d7f77e08fc7bf7bd2 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Feb 08 21:26:07 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Feb 08 21:26:07 2002 +0000 |
tree | 6822652d5d02729d249a213a6cfcd61c1c004665 | |
parent | 5ff8cb4f1bb9f722908cf2331c95f9530e5bf108 [diff] |
Declare real and imag as read-only attributes. This fixes SF bug #514858 (Gregory Smith): complex not entirely immutable 2.2.1 Bugfix candidate!