Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #32780

Re: Coordination between developers in the Python project

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.061
X-Spam-Evidence '*H*': 0.88; '*S*': 0.00; 'subject:Python': 0.05; 'remind': 0.05; '(it': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'terry': 0.09; 'student': 0.15; 'claim,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'subject:between': 0.16; 'wrote:': 0.17; 'subject:project': 0.17; 'jan': 0.18; 'software.': 0.21; 'anonymous': 0.22; 'header:In-Reply-To:1': 0.25; 'header:User- Agent:1': 0.26; 'header:X-Complaints-To:1': 0.28; 'post': 0.28; 'source': 0.29; 'that.': 0.30; 'hosted': 0.30; 'link.': 0.30; 'file': 0.32; 'could': 0.32; 'page.': 0.33; 'university,': 0.33; 'to:addr:python-list': 0.33; 'open': 0.35; 'pm,': 0.35; 'received:org': 0.36; 'really': 0.36; 'should': 0.36; 'subject:: ': 0.38; 'university': 0.38; 'mean': 0.38; 'to:addr:python.org': 0.39; 'hello,': 0.39; 'short': 0.39; 'header:Received:5': 0.40; 'help': 0.40; 'your': 0.60; 'address': 0.60; 'link': 0.60; 'details': 0.63; 'information': 0.63; 'more': 0.63; 'french': 0.64; 'great': 0.64; 'url:bit': 0.66; 'url:ly': 0.66; 'records': 0.68; 'direct': 0.69; 'online': 0.70; 'commercial': 0.73; 'yourself,': 0.75; 'absolutely': 0.84; 'click.': 0.84; 'received:fios.verizon.net': 0.84; 'study,': 0.84; 'careful': 0.91; 'thesis': 0.93
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Terry Reedy <tjreedy@udel.edu>
Subject Re: Coordination between developers in the Python project
Date Mon, 05 Nov 2012 14:09:08 -0500
References <CAJ3Jx7P6CUdqhrqXmHQAc_hBZcNv+ZDdDSEduS9PgfUQgpnqEQ@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host pool-173-75-251-66.phlapa.fios.verizon.net
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0
In-Reply-To <CAJ3Jx7P6CUdqhrqXmHQAc_hBZcNv+ZDdDSEduS9PgfUQgpnqEQ@mail.gmail.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3295.1352142564.27098.python-list@python.org> (permalink)
Lines 34
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1352142564 news.xs4all.nl 6978 [2001:888:2000:d::a6]:40007
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:32780

Show key headers only | View raw


On 11/1/2012 4:49 PM, Tengy Td wrote:
> Hello,
>
>
> I am a French student and I am currently realizing my final thesis in
> the field of Free/libre open source software.

If you really are what you claim, you should give more details to make 
that plausible: university, college/dept, course of study, and post from 
a university account, not an address at one of the current favorite 
sites for con artists.

> It would be a great help for me if you could answer a short online
> survey (it should take approximately 5 minutes).

If you want the survey emailed to you, you should include it. If it is 
hosted on a legitimate survey site, you should give a direct link.

> 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.

> I would like to remind you that the participation is absolutely
> anonymous and voluntary, and you can quit it at any time. Your answers
> will be strictly confidential and will be used only for research purpose
> (no commercial use of any information you provided).

Even if you mean that for yourself, you cannot guarantee any of that. 
For all you know, bit.ly records the ip address of each click.

-- 
Terry Jan Reedy

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: Coordination between developers in the Python project Terry Reedy <tjreedy@udel.edu> - 2012-11-05 14:09 -0500
  Re: Coordination between developers in the Python project Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-11-06 04:31 +0000

csiph-web