[issue2138] Add a factorial function

2008-09-15 Thread maix
maix <[EMAIL PROTECTED]> added the comment: I think the unit test is wrong, or at least not as is intended: You put some numbers in values and shuffle them. But you don't use them but just range(10) for testing. ------ nosy: +maix ___ Pyt

[issue3843] hexadecimal, not decimal

2008-09-13 Thread maix
maix <[EMAIL PROTECTED]> added the comment: I'll just reuse that since it's such a little thing (complain if that's not okay then I won't do again :) ): On http://docs.python.org/dev/whatsnew/2.6.html , it says > The bsddb module also has a new maintainer, Jes|uacut

[issue3843] hexadecimal, not decimal

2008-09-11 Thread maix
New submission from maix <[EMAIL PROTECTED]>: On http://docs.python.org/dev/library/string.html, at the format string documentation, it says: > The '#' option is only valid for integers, and only for binary, octal, or *decimal* output. If present, it specifies that the outp