Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'list?': 0.07; 'subject:Question': 0.07; 'collier': 0.09; '"here': 0.16; ':-).': 0.16; 'andreas': 0.16; 'bye,': 0.16; ':-)': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'written': 0.21; 'header:User- Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; "doesn't": 0.30; 'subject:list': 0.30; 'posting': 0.31; 'subject:mailing': 0.33; 'johnson': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'url:org': 0.36; 'received:10': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'how': 0.40; 'read': 0.60; 'latest': 0.67; 'guaranteed': 0.75 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=02Cw/ThmfgwSbTwMMwFxhMQpXFKQJPBMCyVaHlDWjhs=; b=zlIbyI0BxAdGObbceUyXN77pgBiuCMZ92KI3300Xlu2o6E7Z311vXSjtN9DGwJST78 FuJtkvJD8HupcJgR6v1FU3JG99mv4asRGfYPqbl1KYWbK/HaZTBNNeY8enUXz3bJZ8zf vHbO/tXygMqG8MTj/BoBpN9nKFkM3Xska0MjcMVR9oI1RmfQ7quSSy9fZprT9qTKE9yO EP7XOTAbLARN+Q16titxDu+EeDTd+lUkiZeogOZzT+P2g35cs+S4fO1RL/0lrbUoeq8x uhYUa6xwVJPuYwTyET99EOrY+8vDDjySQAMqgqVU4w4YwhoTa0mpq3qkCjB/R7j9LW+Q SbWA== X-Received: by 10.194.170.168 with SMTP id an8mr23136148wjc.72.1373614678937; Fri, 12 Jul 2013 00:37:58 -0700 (PDT) Date: Fri, 12 Jul 2013 09:37:55 +0200 From: Andreas Perstinger User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Question about mailing list rules References: <51DF46D5.5050605@Gmail.com> In-Reply-To: <51DF46D5.5050605@Gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1373614680 news.xs4all.nl 16005 [2001:888:2000:d::a6]:36731 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50509 On 12.07.2013 01:59, Devyn Collier Johnson wrote: > Am I allowed to ask questions like "Here is my code. How can I optimize > it?" on this mailing list? If it's written in Python, why not? But that doesn't mean you are guaranteed to get an answer :-). And please read http://sscce.org/ before posting your latest 10,000 line program :-) Bye, Andreas