• Guido van Rossum's avatar
    Marc-Andre Lemburg notes about statparse(): · 98c17b3a
    Guido van Rossum yazdı
    """
    The message ID is returned lowercased and there is no way to access
    the original ID the server sent. Now at least some news servers
    are very picky about the case of the ID and return errors when
    fetching articles with mixed case given a lowercased version
    of the ID.
    
    The solution is simple: remove the string.lower() call.
    """
    
    (I might add that the lowercasing was probably introduced as a result
    of sloppy copy-and-paste coding; there's a string.lower in a similar
    piece of code a bit higher in the source, that makes more sense --
    it's lowercasing the group name.)
    98c17b3a
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...
Mac 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...
.hgtags 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...