Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python,': 0.02; 'list?': 0.07; 'subject:Question': 0.07; 'collier': 0.09; 'assume': 0.14; 'question.': 0.14; '"here': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'written': 0.21; 'question': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'subject:list': 0.30; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'subject:mailing': 0.33; 'fri,': 0.33; 'johnson': 0.35; 'received:google.com': 0.35; 'right?': 0.36; 'to:addr:python-list': 0.38; '12,': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'how': 0.40; "you'll": 0.62; 'jul': 0.74; 'can!': 0.91; '2013': 0.98 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=d+Eu9RqnHuaayw4vgrkAv91KCalELY6QN19bkHsIAhw=; b=etEPLWEkLrnwt80dOTYoqhVlbP4dJG3amzrUQKaWTTkMgT+ZU+Ea4EmpfUjHK5a/aX oDSaB2V+XU80mbqoFme/Jfruh2QHeiJsybJdwlHxyXDGPF8aDIrNfBkjG0qZrIGtFLFW yQTMGaKtymnnfZso7BbHnR1vXtaAbCxRdv8nA4sB2E/4t/GeAdGLtppCyZpPsh9FOrDn Hw65Inl9NxgkKxil56uZzGXNjJYMkSockYKKgLtxAV/sVOh1zuUk3IxHMBYlS3SNGkoJ ea/JNGNxgRBQJJ6awKqu0B5xIkYDmFsZl5K2gsswgftVwlkElwzRucZJ39tKuzKIgkG2 v/vg== MIME-Version: 1.0 X-Received: by 10.58.249.236 with SMTP id yx12mr23645401vec.25.1373613981846; Fri, 12 Jul 2013 00:26:21 -0700 (PDT) In-Reply-To: <51DF46D5.5050605@Gmail.com> References: <51DF46D5.5050605@Gmail.com> Date: Fri, 12 Jul 2013 17:26:21 +1000 Subject: Re: Question about mailing list rules 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1373613990 news.xs4all.nl 15979 [2001:888:2000:d::a6]:55431 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50506 On Fri, Jul 12, 2013 at 9:59 AM, Devyn Collier Johnson wrote: > Am I allowed to ask questions like "Here is my code. How can I optimize it?" > on this mailing list? Sure you can! And you'll get a large number of responses, not all of which are directly to do with your question. :) I assume the code in question _is_ written in Python, right? ChrisA