[issue17728] format() default precisions undocumented

2013-04-15 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 725d6347ac7e by Eric V. Smith in branch '2.7':
Issue #17728: Specify default precision for float.format for presentation types 
e, f, and g.
http://hg.python.org/cpython/rev/725d6347ac7e

New changeset ad481c95a1d4 by Eric V. Smith in branch '3.3':
Issue #17728: Specify default precision for float.format for presentation types 
e, f, and g.
http://hg.python.org/cpython/rev/ad481c95a1d4

New changeset 413c0b0a105f by Eric V. Smith in branch 'default':
Issue #17728: Merge with 3.3.
http://hg.python.org/cpython/rev/413c0b0a105f

--
nosy: +python-dev

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



[issue17728] format() default precisions undocumented

2013-04-15 Thread Eric V. Smith

Changes by Eric V. Smith e...@trueblade.com:


--
resolution:  - fixed
stage:  - committed/rejected
status: open - closed

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



[issue17728] format() default precisions undocumented

2013-04-15 Thread Georg Brandl

Georg Brandl added the comment:

Thanks!

--

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



[issue17728] format() default precisions undocumented

2013-04-14 Thread Georg Brandl

New submission from Georg Brandl:

The docs for % formatting say what the default precision for presentation types 
e, f, g is.  I couldn't find the same for format().

--
assignee: eric.smith
components: Documentation
messages: 186902
nosy: eric.smith, georg.brandl
priority: normal
severity: normal
status: open
title: format() default precisions undocumented
versions: Python 2.7, Python 3.3, Python 3.4

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