From: Fred Drake Date: Tue, 2 Nov 2004 19:20:43 +0000 (+0000) Subject: fix accidental commit X-Git-Tag: v2.4b2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eac00edd205d5f78d204a9c84b1e7d200f10d618;p=python fix accidental commit --- diff --git a/Doc/tools/push-docs.sh b/Doc/tools/push-docs.sh index 4a71b7a29c..6dd74e2840 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`