Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.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.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'question:': 0.09; 'received:209.85.160.174': 0.09; 'received:mail- gy0-f174.google.com': 0.09; 'subject:method': 0.09; 'parts?': 0.16; 'subject:headers': 0.16; 'subject:urllib': 0.16; 'header:In- Reply-To:1': 0.22; 'message-id:@mail.gmail.com': 0.28; 'subject:?': 0.31; 'to:addr:python-list': 0.34; 'received:209.85.160': 0.34; 'page': 0.36; 'but': 0.37; 'another': 0.38; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.40; 'full': 0.63 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=rwsQKrOo0yyrgc7KJMmRqPYhl2mi+350mU6oStMdQUU=; b=dit2FIixFfLgDsPYTg4+Hw/84cNG3M4LAFA7/RSCoAZh1DTqkQYDlyS7WOFgOxqnc6 siZ3lOjpvKWp7aKAplB9Tod9sCUb5Kk8IteAiLgtVuvdthG53n/y9fP80++VIiy0Z5dN KJGGoMrOnzU13yJMFiCuRd2dOpxcCNpvoDkVk= MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 1 Jul 2011 19:53:48 +1100 Subject: Re: urllib, urlretrieve method, how to get headers? From: =?UTF-8?B?0JTQsNC90LjQuNC7INCg0YvQttC60L7Qsg==?= To: python-list@python.org Content-Type: text/plain; charset=UTF-8 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: 6 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1309510431 news.xs4all.nl 21754 [2001:888:2000:d::a6]:37227 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:8633 Hello again! Another question: urlopen() reads full file's content, but how can I get page by small parts? Regards, Daniil