Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!rt.uk.eu.org!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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'languages.': 0.04; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'jan': 0.12; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'subject:library': 0.16; 'subject:when': 0.16; 'wrote:': 0.18; 'library': 0.18; 'header:User-Agent:1': 0.23; 'fairly': 0.24; 'question': 0.24; 'header:X-Complaints-To:1': 0.27; 'header:In- Reply-To:1': 0.27; 'generally': 0.29; "i'm": 0.30; 'asked': 0.31; 'everyone': 0.33; 'older': 0.33; 'something': 0.35; 'but': 0.35; 'subject:?': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'new': 0.61; 'received:173': 0.61; 'forums': 0.68; 'received:fios.verizon.net': 0.84; 'subject:you': 0.87; 'yourself,': 0.95 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: What do you do when a library is outdated? Date: Mon, 29 Jul 2013 13:12:38 -0400 References: <4ca2756b-0fae-4284-85cf-264c3f179d4d@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 In-Reply-To: <4ca2756b-0fae-4284-85cf-264c3f179d4d@googlegroups.com> 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1375118109 news.xs4all.nl 15871 [2001:888:2000:d::a6]:38861 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51465 On 7/29/2013 12:14 PM, Matt wrote: > I'm fairly new to python but have experience in other languages. What > do you generally do when a library is outdated? I asked a question on > a few forums and everyone has been pointing me to Mechanize, but it > will not work with 3.3 > > What do you do? Update it yourself, ask someone else to update it, or use something else. Or regress to an older Python that it will work with. -- Terry Jan Reedy