This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dd266811554e19d0a03bc70befe674daeb7fcdda
cpython
/
Objects
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
..
stringlib
…
abstract.c
…
boolobject.c
…
bufferobject.c
…
bytearrayobject.c
…
bytes_methods.c
…
cellobject.c
…
classobject.c
…
cobject.c
…
codeobject.c
…
complexobject.c
…
descrobject.c
…
dictnotes.txt
…
dictobject.c
…
enumobject.c
…
exceptions.c
…
fileobject.c
…
floatobject.c
…
frameobject.c
…
funcobject.c
…
genobject.c
…
intobject.c
…
iterobject.c
…
listobject.c
…
listsort.txt
…
longobject.c
…
memoryobject.c
…
methodobject.c
…
moduleobject.c
…
object.c
…
obmalloc.c
…
rangeobject.c
…
setobject.c
…
sliceobject.c
…
stringobject.c
…
structseq.c
…
tupleobject.c
…
typeobject.c
…
unicodectype.c
…
unicodeobject.c
…
unicodetype_db.h
…
weakrefobject.c
…