Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.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.034 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; '2to3': 0.09; 'cc:addr :python-list': 0.11; 'python': 0.11; 'discussion.': 0.16; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'guess.': 0.16; 'hazard': 0.16; 'porting': 0.16; 'sender:addr:gmail.com': 0.17; 'code.': 0.18; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'looks': 0.24; 'cc:2**0': 0.24; 'developers': 0.25; 'header:In- Reply-To:1': 0.27; 'point': 0.28; 'related': 0.29; 'subject:list': 0.30; 'message-id:@mail.gmail.com': 0.30; 'author,': 0.31; 'developers.': 0.31; 'anyone': 0.31; 'subject:mailing': 0.33; 'programmers': 0.33; 'core': 0.34; 'created': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'doubt': 0.36; 'leads': 0.36; 'subject:?': 0.36; 'list': 0.37; 'explain': 0.39; 'discuss': 0.62; 'such': 0.63; 'believe': 0.68; 'warrant': 0.68; 'mature': 0.84; 'perspective,': 0.84; 'to:addr:yahoo.co.uk': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=INWbS1qYpGS8yuH9waoaY66LqjjQLtCSUhWbtyvB9vU=; b=X6p1sDWGPkOtQm2rT4vhpYDbn90/NiVLJLxnzqKw0fnx7PHE6MlYbUcsVDeaBh6rRA rG6279kDdh6w6JOJX87N8+B3dbffZ+w5KTm1yrF3JTVkLCPhNU+KrOvgfCHm/2T3Pw8d zzBxFTzGbwqW/+Kz5vZ/LFJ3nrW5NVm0gb0NUXeAgO1wDlxWH+ilH4PtRYQI3pCbuqgk Os80W9dzQdM0SQwrvrk2LB3rtuE6Ut8KlicCQlb6q5957FS34k/emESMiqRxPNHQivww IniE3t6aCVlPcsTabChNjuErlBDSoC6xMsBwuoA4JY4TzSJqg120BzDJWbREM0Bqkxd1 HyUQ== MIME-Version: 1.0 X-Received: by 10.50.73.231 with SMTP id o7mr4201646igv.8.1389386309659; Fri, 10 Jan 2014 12:38:29 -0800 (PST) Sender: skip.montanaro@gmail.com In-Reply-To: References: Date: Fri, 10 Jan 2014 14:38:29 -0600 X-Google-Sender-Auth: mYUFZYBW-5lpVcmOyXEQ4Nh7Yb4 Subject: Re: Porting mailing list underused? From: Skip Montanaro To: Mark Lawrence Content-Type: text/plain; charset=UTF-8 Cc: Python 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1389386312 news.xs4all.nl 2835 [2001:888:2000:d::a6]:33596 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:63663 > Anyone in the > know who can explain this phenomenon? I don't think I can explain it authoritatively, but I can hazard a guess. Skimming the archives sorted by author, it looks like most/all the correspondents are Python core developers. That leads me to believe this was a list created for the core Python developers to discuss issues related to porting tools such as 2to3 or six. I doubt it was intended for Python programmers to get help porting their own code. From the Python core development perspective, I think automated porting tools are likely pretty mature at this point and don't warrant a lot of discussion. Skip