Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.031 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.05; 'terry': 0.09; '301': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reedy': 0.16; 'subject:between': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'subject:project': 0.17; '>>>': 0.18; 'anonymous': 0.22; 'http': 0.22; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'case,': 0.29; 'file': 0.32; 'could': 0.32; 'page.': 0.33; "aren't": 0.33; 'docs': 0.33; 'right?': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'nov': 0.35; 'open': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'mean': 0.38; 'to:addr:python.org': 0.39; 'google': 0.39; 'header:Received:5': 0.40; 'easy': 0.60; 'link': 0.60; 'service.': 0.61; 'url:bit': 0.66; 'url:ly': 0.66; 'careful': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=etWNx53QpeAcLnzcYJADwWudhBuWmbOtcX8K5gGa57o=; b=0xuJ9WGfwefUIWqYB5vlusxtGsd24ALpRbHzbf46tIpDYS2M10UlIMqWTk8hw/zozY p8eP0eudC+C/ggt7jHodPT0RvRjGSaPkfT8E9nSF2DMrQCk5Bw//96uS3T+txn89LK17 LyklEkx3Wyayl2nhR63dO/6F4xxpGi/PNhYqBOktHeLlk6tgKUmq8pSuutj6rX/uJ1Nq NLVLGe5x2Tv0q0HBtIIzW8cy+dcMQskOrTXOsGVm5hx3HZbys0a1cPCH7lbRulg5mTt5 kXhukSgF4hWrCFQkPP8L9ncH0CiclkJ7rajoZ6yxUKGcozSegmClhm2oHmN/WKcXPl79 8Hiw== MIME-Version: 1.0 In-Reply-To: References: <50980ED4.7030705@udel.edu> Date: Tue, 6 Nov 2012 09:01:43 +1100 Subject: Re: Coordination between developers in the Python project From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1352152906 news.xs4all.nl 6916 [2001:888:2000:d::a6]:55935 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:32789 On Tue, Nov 6, 2012 at 8:49 AM, Ian Kelly wrote: > On Mon, Nov 5, 2012 at 12:09 PM, Terry Reedy wrote: >> >>> The link to the survey is:http://bit.ly/SzVrJe >> >> >> Careful people do not open anonymous links from stangers. That file could >> literally be anything, including a malware injection page. > > In this case, the link leads to a Google Docs form, which is easy to > verify with a URL unshortening service. By "URL unshortening service" you mean a simple HTTP request to bit.ly:80, right? :) Though I admit there aren't many easy and convenient ways to do that without immediately following the 301 redirect. ChrisA