[issue3843] hexadecimal, not decimal

2008-09-13 Thread Benjamin Peterson

Benjamin Peterson <[EMAIL PROTECTED]> added the comment:

No problem! Fixed in r66458.

___
Python tracker <[EMAIL PROTECTED]>

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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|uacute|s Cea
Should be a รบ I think :)

___
Python tracker <[EMAIL PROTECTED]>

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3843] hexadecimal, not decimal

2008-09-11 Thread Benjamin Peterson

Benjamin Peterson <[EMAIL PROTECTED]> added the comment:

Thanks! Fixed in r66394.

--
nosy: +benjamin.peterson
resolution:  -> fixed
status: open -> closed

___
Python tracker <[EMAIL PROTECTED]>

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 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]>

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com