• Tim Peters's avatar
    Fred, THIS NEEDS DOCS! The function docstrings tell the tale. · 36cdad12
    Tim Peters yazdı
    Christmas present to myself:  the bisect module didn't define what
    happened if the new element was already in the list.  It so happens
    that it inserted the new element "to the right" of all equal elements.
    Since it wasn't defined, among other bad implications it was a mystery
    how to use bisect to determine whether an element was already in the
    list (I've seen code that *assumed* "to the right" without justification).
    Added new methods bisect_left and insort_left that insert "to the left"
    instead; made the old names bisect and insort aliases for the new names
    bisect_right and insort_right; beefed up docstrings to explain what
    these actually do; and added a std test for the bisect module.
    36cdad12
Adı
Son kayıt (commit)
Son güncelleme
..
RPM Loading commit data...
ACKS Loading commit data...
AIX-NOTES Loading commit data...
BLURB Loading commit data...
BLURB.LUTZ Loading commit data...
BLURB.WINDOWS Loading commit data...
HISTORY Loading commit data...
HPUX-NOTES Loading commit data...
HYPE Loading commit data...
Makefile Loading commit data...
Makefile.pre.in Loading commit data...
NEWS Loading commit data...
NEXT-NOTES Loading commit data...
PURIFY.README Loading commit data...
Porting Loading commit data...
README Loading commit data...
RFD Loading commit data...
cheatsheet Loading commit data...
comparisons Loading commit data...
editline-fix Loading commit data...
faq2html.py Loading commit data...
find_recursionlimit.py Loading commit data...
fixfuncptrs.sh Loading commit data...
indent.pro Loading commit data...
python-mode.el Loading commit data...
python.man Loading commit data...
renumber.py Loading commit data...
setuid-prog.c Loading commit data...
unicode.txt Loading commit data...
vgrindefs Loading commit data...