This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-20 19:33:12 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dd266811554e19d0a03bc70befe674daeb7fcdda
cpython
/
Doc
/
c-api
T
History
Eric Smith
a985a3aee4
Issue
#5920
: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson.
2009-05-05 18:26:08 +00:00
..
abstract.rst
…
allocation.rst
…
arg.rst
…
bool.rst
…
buffer.rst
…
bytearray.rst
…
cell.rst
…
class.rst
…
cobject.rst
…
complex.rst
…
concrete.rst
…
conversion.rst
Issue
#5920
: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson.
2009-05-05 18:26:08 +00:00
datetime.rst
…
descriptor.rst
…
dict.rst
…
exceptions.rst
…
file.rst
…
float.rst
…
function.rst
…
gcsupport.rst
…
gen.rst
…
import.rst
…
index.rst
…
init.rst
…
int.rst
…
intro.rst
…
iter.rst
…
iterator.rst
…
list.rst
…
long.rst
…
mapping.rst
…
marshal.rst
…
memory.rst
…
method.rst
…
module.rst
…
none.rst
…
number.rst
…
objbuffer.rst
…
object.rst
…
objimpl.rst
…
refcounting.rst
…
reflection.rst
…
sequence.rst
…
set.rst
…
slice.rst
…
string.rst
…
structures.rst
…
sys.rst
…
tuple.rst
…
type.rst
…
typeobj.rst
…
unicode.rst
…
utilities.rst
…
veryhigh.rst
…
weakref.rst
…