Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.048 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'subject:code': 0.07; 'given,': 0.09; 'language,': 0.11; 'thread': 0.11; 'language': 0.14; 'feedback.': 0.15; 'code?': 0.16; 'thread.': 0.16; 'wrote:': 0.17; 'basically': 0.17; 'appears': 0.18; 'sender:addr:gmail.com': 0.18; 'code.': 0.20; 'regardless': 0.21; 'info.': 0.22; 'somebody': 0.23; "i've": 0.23; 'header:In-Reply-To:1': 0.25; 'appear': 0.26; 'looks': 0.26; 'appreciated.': 0.26; 'guess': 0.27; 'topic': 0.27; 'instead.': 0.27; 'correct': 0.28; 'rest': 0.28; 'went': 0.28; 'dialog': 0.29; 'yes.': 0.29; 'initially': 0.30; 'feedback': 0.30; 'helpful': 0.30; 'code': 0.31; 'submitting': 0.32; 'received:209.85.160.46': 0.32; 'could': 0.32; 'info': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'third': 0.34; 'thanks': 0.34; 'doing': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'really': 0.36; 'but': 0.36; "wasn't": 0.36; "didn't": 0.36; 'should': 0.36; 'charset:us- ascii': 0.36; 'subject: (': 0.36; 'does': 0.37; 'being': 0.37; 'received:209': 0.37; 'well.': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'where': 0.40; 'skip:" 10': 0.40; 'header:Received:5': 0.40; 'your': 0.60; 'bottom': 0.60; 'john': 0.60; 'most': 0.61; 'header:Message-Id:1': 0.62; 'mentioned': 0.63; 'more': 0.63; 'within': 0.64; 'gone': 0.64; 'taking': 0.65; 'jul': 0.65; 'started.': 0.65; 'watching': 0.65; 'subject': 0.66; 'reading,': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=kuC0jcIOSthWmil0yEaGR0rtatz0Cyp7BwxWFcFJu/g=; b=TF/DpFAhGzPq6sPKyVGSm4+OOXEGRqUdXT3xOJKlD9BoaZEqtyJpnf5nDkcgZKf+8k v1n5pUp8nOBNVbV9t97rXMUrIsuWe6Hkfxe+qEjlT0PkB/7DMaZ4NR28Ql3LWNX7UsRa pOHvqr52JNtYDesZAT5Jk0Q+0IxnO26+yNX8ma3Bv0A/ZbsgkpHfcviED385RFwG4aBz /r6s49It/OKoye0UuInIEFUw2v9Ea46ntV6BgI8lmhNhd724ARnN9yCyyZeZv9qHwCC4 T9H1cSdvaaFQCqPah2Q8H6dBBzeyxkhOOFBZRcm6N3g5bPCK2Joe4od+BRG9blrrx5Xf RcTg== Sender: "John O'Hagan" Date: Fri, 6 Jul 2012 12:06:35 +1000 From: John O'Hagan To: python-list@python.org Subject: Apology for OT posts (was: code review) In-Reply-To: <4FF3D708.6090405@tysdomain.com> References: <6c39594f-79cb-4d4f-967e-bbc3f68cdbdf@f8g2000pbf.googlegroups.com> <4fed59b7$0$29978$c3e8da3$5496439d@news.astraweb.com> <16ab546d-79e8-4d9a-9f8b-a28494d885f7@email.android.com> <4FF3CCCD.8070309@fossworkflowguides.com> <4FF3D708.6090405@tysdomain.com> X-Mailer: Sylpheed 3.2.0beta9 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 44 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1341540406 news.xs4all.nl 6865 [2001:888:2000:d::a6]:45733 X-Complaints-To: abuse@xs4all.nl Path: csiph.com!usenet.pasdenom.info!news.stben.net!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Xref: csiph.com comp.lang.python:24952 On Tue, 03 Jul 2012 23:39:20 -0600 "Littlefield, Tyler" wrote: > On 7/3/2012 10:55 PM, Simon Cropper wrote: > > Some questions to Tyler Littlefield, who started this thread. > > > > Q1 -- Did you get any constructive feedback on your code? > > I did get some, which I appreciated. someone mentioned using PyLint. > From reading, I found it was really really pedantic, so I used PyFlakes > instead. > > > > Q2 -- Did you feel that the process of submitting your code for review > > met your expectation? > > There wasn't much more to review, so yes. The info I got was helpful and > farther than it was before I started. > > > Q3 -- Would you recommend others doing this either on this forum or > > other fora? > > > > It appears to me - third party watching the ongoing dialog - that the > > tread has gone right off topic (some time ago) and someone should > > really start a new thread under a new title/subject. Most of what I > > have read does not appear to be discussing your code or how you could > > improve your code. > > > I basically just stopped after a while. It got into a my language is > better than your language, so I didn't see much constructive info. I've > started reading from the bottom though, where it looks like it's back, > and I do appreciate the rest of the info given, as well. Thanks again > for the feedback. > As one of the perpetrators, I did apologise for being OT within the body of my replies to OT posts, but I see the irony. I guess I just thought somebody else would do it eventually. I hereby apologise for not taking the correct action, and vow to do so in future: to change the subject line regardless of who initially went OT, starting now. Regards, -- John