[issue3603] trivial typo in Include/pymath.h

2008-08-20 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Don't worry. It's taken care of in all the active lines of development. ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3603] trivial typo in Include/pymath.h

2008-08-20 Thread Santiago Gala
Santiago Gala <[EMAIL PROTECTED]> added the comment: Notice the typo is still in a number of branches/tags (I know, tags should be static, but nothing impedes committing into a subversion tag once it is created, so I quote for reference): [EMAIL PROTECTED] ~/newcode/python.git (py3k)$ for i in $

[issue3603] trivial typo in Include/pymath.h

2008-08-19 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Thanks! Fixed in r65869. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> __

[issue3603] trivial typo in Include/pymath.h

2008-08-19 Thread Santiago Gala
New submission from Santiago Gala <[EMAIL PROTECTED]>: file Include/pymath.h has the typo s/doube/double/, hidden by the fact that any sane OS defines copysign: diff --git a/Include/pymath.h b/Include/pymath.h index a3735c2..7cea9ae 100644 --- a/Include/pymath.h +++ b/Include/pymath.h @@ -19,7