summaryrefslogtreecommitdiffstats
path: root/Doc/library/pickle.rst
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2013-11-12 15:02:35 (GMT)
committerAndrew Kuchling <amk@amk.ca>2013-11-12 15:02:35 (GMT)
commit587e970be60ec14c017d5bfef93275f6a6c8dbac (patch)
tree4371312d0a2494bf632f4ba5f05ee37b24e3c8bc /Doc/library/pickle.rst
parent09a5f5eb263dbf747c7a05372887c0371f654f08 (diff)
downloadcpython-587e970be60ec14c017d5bfef93275f6a6c8dbac.zip
cpython-587e970be60ec14c017d5bfef93275f6a6c8dbac.tar.gz
cpython-587e970be60ec14c017d5bfef93275f6a6c8dbac.tar.bz2
Update e-mail address
Diffstat (limited to 'Doc/library/pickle.rst')
-rw-r--r--Doc/library/pickle.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pickle.rst b/Doc/library/pickle.rst
index 0354a30..a99117c 100644
--- a/Doc/library/pickle.rst
+++ b/Doc/library/pickle.rst
@@ -12,7 +12,7 @@
.. module:: pickle
:synopsis: Convert Python objects to streams of bytes and back.
.. sectionauthor:: Jim Kerr <jbkerr@sr.hp.com>.
-.. sectionauthor:: Barry Warsaw <barry@zope.com>
+.. sectionauthor:: Barry Warsaw <barry@python.org>
The :mod:`pickle` module implements a fundamental, but powerful algorithm for