[docs] Documentation bug

Georg Brandl georg at python.org
Tue Nov 30 16:07:54 CET 2010


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 30.11.2010 15:32, schrieb Seemant Kulleen:
> Hi,
> 
> The page is: http://docs.python.org/library/pickle.html
> 
> The diff I propose:
> 
> --- pickle.txt.orig     2010-11-30 09:30:47.835228859 -0500
> +++ pickle.txt  2010-11-30 09:31:22.993228853 -0500
> @@ -53,7 +53,7 @@
>  objects.  :mod:`marshal` exists primarily to support Python's :file:`.pyc`
>  files.
>  
> -The :mod:`pickle` module differs from :mod:`marshal` several significant 
> ways:
> +The :mod:`pickle` module differs from :mod:`marshal` in several significant 
> ways:
>  
>  * The :mod:`pickle` module keeps track of the objects it has already 
> serialized,
>    so that later references to the same object won't be serialized again.

Hi Seemant,

thanks for the report, this is now fixed in the development docs.

regards,
Georg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (GNU/Linux)

iEYEARECAAYFAkz1E0oACgkQN9GcIYhpnLCjBACgm0HCf+yR0CJ0UGO1drt6RNdy
mwwAniOpZ8qHpLl/qNOUjiy16gtiRv80
=9Izn
-----END PGP SIGNATURE-----


More information about the docs mailing list