draconux> I found a bug in python I'm using python 2.4 with debian etch

    draconux> string.lstrip("source/old_prog","source/") return "ld_prog"
    draconux> instead of "old_prog"

The above is the same as

    "source/old_prog".lstrip("source/")

String methods are defined in the Objects/stringobject.c file of the source
distribution.

Skip
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to