From: Martin v. Löwis Date: Sat, 9 Apr 2005 10:53:34 +0000 (+0000) Subject: Patch #1177597: Fix various bugs in Demo/classes/Complex.py. X-Git-Tag: v2.5a0~1830 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab9ec1654fa20f2217758e43da8201f4520d8914;p=thirdparty%2FPython%2Fcpython.git Patch #1177597: Fix various bugs in Demo/classes/Complex.py. --- diff --git a/Misc/NEWS b/Misc/NEWS index ae0216117fe5..f1551b12d895 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -310,6 +310,7 @@ Mac Tools/Demos ----------- +- Patch #1177597: Correct Complex.__init__. What's New in Python 2.4 final?