[issue3843] hexadecimal, not decimal
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 output will be prefixed by '0b', '0o', or '0x', respectively. The decimal is wrong, hexadecimal is meant there. -- assignee: georg.brandl components: Documentation messages: 73060 nosy: georg.brandl, maix severity: normal status: open title: hexadecimal, not decimal versions: Python 2.6 ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3843> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue3843] hexadecimal, not decimal
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|uacute|s Cea Should be a รบ I think :) ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3843> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue2138] Add a factorial function
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 ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2138> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com