• Guido van Rossum's avatar
    Use the new struct module's ability to pack and unpack standardized · 6083f0e9
    Guido van Rossum yazdı
    data formats.  The _xdr module is no longer used, since struct
    supports the required IEEE floats and doubles.
    
    (I have one doubt about not using _xdr.  The struct module doesn't
    handle Inf, NaN and gradual underflow correctly.  If the _xdr module
    does these things better, it may still have a (small) competitive
    advantage.  On the other hand, since not all platforms support IEEE
    floating point, it's not clear that it would be a good idea to ever
    transfer Inf or NaNs.  Gradual underflow can be fixed in the struct
    module.
    6083f0e9
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...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
BUGS Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
TODO 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...