summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-11-02 19:20:43 (GMT)
committerFred Drake <fdrake@acm.org>2004-11-02 19:20:43 (GMT)
commiteac00edd205d5f78d204a9c84b1e7d200f10d618 (patch)
treede3409805e456129a38ef1b25c9ad6b880e15b83 /Doc
parent7fabaf8375b01b2e4fd514fa0549798b7070b027 (diff)
downloadcpython-eac00edd205d5f78d204a9c84b1e7d200f10d618.zip
cpython-eac00edd205d5f78d204a9c84b1e7d200f10d618.tar.gz
cpython-eac00edd205d5f78d204a9c84b1e7d200f10d618.tar.bz2
fix accidental commit
Diffstat (limited to 'Doc')
-rwxr-xr-xDoc/tools/push-docs.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/tools/push-docs.sh b/Doc/tools/push-docs.sh
index 4a71b7a..6dd74e2 100755
--- a/Doc/tools/push-docs.sh
+++ b/Doc/tools/push-docs.sh
@@ -11,7 +11,6 @@ PKGTYPE="bzip" # must be one of: bzip, tar, zip ("tar" implies gzip)
TARGET="$TARGETHOST:$TARGETDIR"
ADDRESSES='python-dev@python.org doc-sig@python.org python-list@python.org'
-ADDRESSES=fdrake01@comcast.net
TOOLDIR="`dirname $0`"
VERSION=`$TOOLDIR/getversioninfo`