Path: csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!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.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'scripts': 0.03; 'agree,': 0.09; 'freenode': 0.09; 'lawrence': 0.09; 'scripts,': 0.09; 'snippet': 0.09; 'cc:addr:python-list': 0.11; 'thread': 0.14; 'posted': 0.15; 'dump': 0.16; 'etiquette.': 0.16; 'finds': 0.16; 'reproduce': 0.16; 'usenet': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'script.': 0.24; 'question': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'post': 0.26; 'somewhere': 0.26; 'header:In-Reply-To:1': 0.27; 'ideal': 0.29; 'thus': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'lines': 0.31; 'posting': 0.31; 'allows': 0.31; 'minimal': 0.33; 'subject:from': 0.34; 'problem': 0.35; 'subject: (': 0.35; "can't": 0.35; 'problem.': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'shows': 0.36; 'similar': 0.36; 'bad': 0.39; 'enough': 0.39; 'read': 0.60; 'entire': 0.61; 'information,': 0.61; 'you.': 0.62; 'offering': 0.63; 'six': 0.68; 'online': 0.71; 'enforced': 0.84; 'idiots': 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:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Z8M1W33a6wmYJZNMFKR0UaZKJVZlZRBdUWcT9CNOj/8=; b=pXKHPIHokbVIX8sSBAOnmpDAv53wzrk34XSeHjYwwrg+UsA3QHd2xDoHt88kAOJFru gS5O9gLJBcAAqCE3Emd3K+zEF/4x3cIZk+M1P0B7rqQaEHHEwwVC7rHxK8jpHlqZVt57 I+qJ/qltkuo/QRq41w2J0JR9kdEE6FjaSZg3cavjnXmpIClEvNoRG/e2H0mx3kLci1rz BY8XMOno/JuEo7z32NFq7lq0VzWZTq87aTb/dNbQzDWA9L9tvn9J3rz7Q8VzUoWcjnN8 DcJ9wQb9EmIliVj2jN8LNWfRsU0C/V92RGTG4cnGpT+lpA2cZt2rincznsOM5VwOj2tE TKyA== MIME-Version: 1.0 X-Received: by 10.220.106.74 with SMTP id w10mr15424496vco.32.1370160698038; Sun, 02 Jun 2013 01:11:38 -0700 (PDT) In-Reply-To: References: <2c425f2b-99de-4453-964e-c585f2043f71@googlegroups.com> Date: Sun, 2 Jun 2013 18:11:37 +1000 Subject: Re: Changing filenames from Greeklish => Greek (subprocess complain) From: David To: Mark Lawrence Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1370160706 news.xs4all.nl 15937 [2001:888:2000:d::a6]:47525 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46684 On 02/06/2013, Mark Lawrence wrote: > On 02/06/2013 08:01, Giorgos Tzampanakis wrote: >> >> You are not offering enough information, because you have not posted the >> contents of your files.py script. Thus it's difficult to help you. Please >> post your code to pastebin or somewhere similar because posting long >> lines >> on usenet is considered bad etiquette. >> > > I would much prefer to have a code snippet that shows the problem > inline. Plus, what happens in six months time if someone finds this > thread but can't find the code online as it's expired? I agree, and this is also the policy enforced in freenode #bash. Please do not encourage people to pastebin entire scripts, because very few people will bother to read them. The ideal approach is to post a minimal code snippet that allows us to comprehend or reproduce the problem. This encourages the question to be well-framed. Otherwise idiots will dump their entire scripts into a pastebin and write to us "why it not work?".