commit | ab9ec1654fa20f2217758e43da8201f4520d8914 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Apr 09 10:53:34 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Apr 09 10:53:34 2005 +0000 |
tree | b50b0f75b7d6b82ed4ef44e667ec561177c06dbd | |
parent | 4a1e48c566524e5c5d3f1fbac427f0734c874e9c [diff] [blame] |
Patch #1177597: Fix various bugs in Demo/classes/Complex.py.
diff --git a/Misc/NEWS b/Misc/NEWS index ae02161..f1551b1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -310,6 +310,7 @@ Tools/Demos ----------- +- Patch #1177597: Correct Complex.__init__. What's New in Python 2.4 final?