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!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.091 X-Spam-Evidence: '*H*': 0.82; '*S*': 0.00; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'initially,': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'work,': 0.20; 'help.': 0.21; 'feb': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'suggested': 0.26; 'second': 0.26; 'van': 0.27; 'header:In- Reply-To:1': 0.27; 'am,': 0.29; "doesn't": 0.30; 'message- id:@mail.gmail.com': 0.30; 'bunch': 0.31; 'url:python': 0.33; "i'd": 0.34; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'false': 0.36; 'reports': 0.37; 'problems': 0.38; 'helps': 0.61; 'firm': 0.61; "you're": 0.61; 'first': 0.61; 'results': 0.69; 'helping': 0.70; '2015': 0.84; 'to:none': 0.92 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:cc :content-type; bh=LO0xUccS6maurb6JXjIzWzZxJgktrITFk2FLNlRKj4M=; b=nurUkLCOPZ63llVlRlZ9coqegzOZelSzX+ZT6MuIVizMVV2sY86/z2xrvCUFjWCy7A VIO2rdb5u/3v0BPPQoyE6PxL9fHthOKKj+5U/e2TLTfULFm/8D80l0ZZZNwIhDFDsk0H rBY9IlrXjC8zYMh+OH2oALoYR56PVE+DBaShBjBwP8C/Un6hVbwWz/cDazCqTlEqw2Rq dXkWi3fqzv4zKo+JbIyrmjBb7Bf/JqIh0KdWEJ6QJoskvBmyOEk9VeU9YT+XGZLDm7xx ik9H5T2pjcWXjqiikcj9+/dWd3EJOQ/zpMbkQVOVh0VJVV32Z5BO7JyIOmF0rxn95DPN BAVQ== MIME-Version: 1.0 X-Received: by 10.107.14.131 with SMTP id 125mr28569910ioo.53.1422974383015; Tue, 03 Feb 2015 06:39:43 -0800 (PST) In-Reply-To: References: <4ml1da9lmjhjemfljt29f4ts9p75c499tl@4ax.com> Date: Wed, 4 Feb 2015 01:39:42 +1100 Subject: Re: __pycache__ From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1422974392 news.xs4all.nl 2949 [2001:888:2000:d::a6]:57576 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:85154 On Wed, Feb 4, 2015 at 1:34 AM, Emile van Sebille wrote: > On 2/3/2015 6:21 AM, Dennis Lee Bieber wrote: > >> The second is to use Google... >> >> https://www.google.com/?gws_rd=ssl#q=python+idle+can%27t+make+connection >> >> but the first page of results isn't helping -- lots of reports of the >> problem, but no firm remedy listed. > > > it was suggested to me recently that i include 'solved' in google searches. > doesn't always work, but helps when i don't find a result quickly. I'd not do that initially, as it'll cause a lot of false negatives; but if you're finding a bunch of problems and no solutions, then yes, that could help. ChrisA