commit | aa754b70b051ed683c6e548e2f376b55a75af9b9 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Wed Mar 21 06:39:48 2007 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Wed Mar 21 06:39:48 2007 +0000 |
tree | c9e23409e9bb1f6a169b0d662e63719bd8fb67f4 | |
parent | b54a809825ca010bdf3d4902fa8c8a4870c5baf1 [diff] |
Remove unused file spotted by Paul Hankin
diff --git a/Misc/NEWS b/Misc/NEWS index c6e48bd..c69b3ea 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- Remove unused file Python/fmod.c. + - Patch #1675423: PyComplex_AsCComplex() now tries to convert an object to complex using its __complex__() method before falling back to the __float__() method. Therefore, the functions in the cmath module now