Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.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.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'interpreter': 0.04; 'builtin': 0.07; 'subject:How': 0.09; 'python': 0.09; 'subject:python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'jan': 0.18; 'header:In-Reply-To:1': 0.25; 'dll': 0.27; 'message- id:@mail.gmail.com': 0.27; 'subject: ?': 0.30; 'to:addr:python- list': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85.220': 0.35; 'too.': 0.35; 'received:209.85': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; '2013': 0.84; 'counting.': 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 :content-type; bh=2kzLjJAawRNmRIceDqmErYwNm/BlQu1/79w1iuzNPgM=; b=C6sn10Sqgrhdoh95fctfR0VtN5VZfYQwDN66P4OYSrg/gmiNfmT08Myx18xpDk9+QP 1+HZIC2+BTagSh5MD87nSEtRxILF7zFHamSe+oGSJhUw5nkluCc8luZZu2E0FMhjRWhY xLVyQPhnASXuHHwV1wF3Of4bM9cgOQi9V0SZyfSVw1eCq9Tl9P7MrC3kqwtTOg5UnkUb nQ5Fj8HMFwQkJfqIYsS0iXNz8OHx/gDFneko5fNjYoct/l2nGrharkFM2zEJyPKpntnn REyAZfCQuOdiYgfR6Q/g1LqJY22MoXmq0/0MaV85UUDQdA50GFAoP2ijtAG/O/hqDEa9 XfQQ== MIME-Version: 1.0 In-Reply-To: <8aa23734-0ef9-4104-aacf-1c1dd817edb0@googlegroups.com> References: <49ca3718-159f-40cd-96bf-983ddb96202b@googlegroups.com> <8aa23734-0ef9-4104-aacf-1c1dd817edb0@googlegroups.com> Date: Thu, 10 Jan 2013 14:38:15 +1100 Subject: Re: How to call wget by python ? 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1357789098 news.xs4all.nl 6891 [2001:888:2000:d::a6]:57853 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:36557 On Thu, Jan 10, 2013 at 2:21 PM, 88888 Dihedral wrote: > Inherantly the python interpreter has a GC builtin > to use pacakages like DLL by reference counting. That almost makes sense. And it's almost profound, too. ChrisA