• Tim Peters's avatar
    pprint functions used to sort a dict (by key) if and only if · d609b1a2
    Tim Peters yazdı
    the output required more than one line.  "Small" dicts got
    displayed in seemingly random order (the hash-induced order
    produced by dict.__repr__).  None of this was documented.
    Now pprint functions always sort dicts by key, and the docs
    promise it.
    
    This was proposed and agreed to during the PyCon 2006 core
    sprint -- I just didn't have time for it before now.
    d609b1a2
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
PCbuild8 Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...