• Moshe Zadka's avatar
    Inspired by Tim Peters' 1.14->1.15 checkin to asynchat · 097cf85d
    Moshe Zadka yazdı
    Quoting orignal message:
    '''
    Fix from the Madusa mailing list:
        http://groups.yahoo.com/group/medusa/message/333
    
    It's clear that Medusa should not be checking for an empty buffer
    via "buf is ''".  The patch merely changes "is" to "==".  However,
    there's a mystery here all the same:  Python attempts to store null
    strings uniquely, so it's unclear why "buf is ''" ever returned
    false when buf actually was empty.  *Some* string operations produce
    non-unique null strings, e.g.
    '''
    097cf85d
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...