• Guido van Rossum's avatar
    - A new pickle protocol (protocol 3) is added with explicit support · f4169816
    Guido van Rossum yazdı
      for bytes.  This is the default protocol.  It intentionally cannot
      be unpickled by Python 2.x.
    
    - When a pickle	written	by Python 2.x contains an (8-bit) str
      instance, this is now decoded to a (Unicode) str instance.  The
      encoding used to do this defaults to ASCII, but can be overridden
      via two new keyword arguments to the Unpickler class.  Previously
      this would create bytes instances, which is usually wrong: str
      instances are often used to pickle attribute names etc., and text is
      more common than binary data anyway.
    f4169816
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...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgsvnexternals Loading commit data...
.hgtags Loading commit data...
INTBENCH Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
RELNOTES Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
runtests.sh Loading commit data...
setup.py Loading commit data...