]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Patch #1177597: Fix various bugs in Demo/classes/Complex.py.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 9 Apr 2005 10:53:34 +0000 (10:53 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 9 Apr 2005 10:53:34 +0000 (10:53 +0000)
Misc/NEWS

index ae0216117fe5e8f77872083713ea8674a9713541..f1551b12d895ec8ed7615573336a4c0e4864c163 100644 (file)
--- 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?