Path: csiph.com!usenet.pasdenom.info!news.albasani.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.122 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.78; '*S*': 0.03; 'subject:Python': 0.05; '"""': 0.05; 'context': 0.05; 'python': 0.09; '__future__': 0.09; 'wrote:': 0.17; '(or': 0.18; '2.x': 0.22; 'claimed': 0.22; 'file:': 0.22; 'subject:Questions': 0.22; 'example': 0.23; 'statement': 0.23; 'least': 0.25; 'header:In-Reply-To:1': 0.25; '2.6': 0.27; 'message-id:@mail.gmail.com': 0.27; '-0700,': 0.29; 'to:addr:python-list': 0.33; 'version': 0.34; "can't": 0.34; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'but': 0.36; "didn't": 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'help': 0.40; 'end': 0.40; 'managers': 0.60; 'today,': 0.64; 'jul': 0.65; '>from': 0.75; "'with'": 0.84; '2.5.': 0.84; '4:26': 0.84; 'furman': 0.84; 'subject:Interview': 0.84; 'to:name:python': 0.84; 'dennis': 0.91; 'ethan': 0.91; 'suspicious': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=u/gIHaAcpSM9W7zhBXgz+GYMPXucQq7u3Sl8SPElmaM=; b=YWC/P1g1nsvuLb4gjU2u1TGsGpSCtr7M/6grJMmkVg1PXz966WmVygJDVmPvLtMAM6 O8JU/K58AQpQ/9VBrwORMyT4mDV2OrYC0RUOh1A1xXcn1qo7WCnFxqfOIcZUcJL7M6wE DgcYdtrwUcXOkzNryktScMgK8kL/qJavCpY3HrrGBr059owWOQyCHCi0Xv1+OvI3myvo 3H5/EeHkm438+JPhtNk5n1P9dIS1Aev/VzwrZBP0yD6BSTrjhjQAx4pDhH4Yq+fp38ct LVmStVZMX5rscOYtZnjHMaCfKO1jstc6DvIQznDUBKjmHbiKTAz0fdaDZSUcZTrMApML 1PEQ== MIME-Version: 1.0 In-Reply-To: References: <1193768041.349129.26350@v3g2000hsg.googlegroups.com> <19849142-5214-4c20-87ca-667ba4e2b22e@googlegroups.com> <4FFB7FBF.5080301@tim.thechases.com> <4FFBF5F4.7020407@sequans.com> <4FFC52DE.2080201@stoneleaf.us> From: Ian Kelly Date: Tue, 10 Jul 2012 16:59:11 -0600 Subject: Re: Python Interview Questions To: Python Content-Type: text/plain; charset=ISO-8859-1 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1341961183 news.xs4all.nl 6845 [2001:888:2000:d::a6]:44609 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25160 On Tue, Jul 10, 2012 at 4:26 PM, Dennis Lee Bieber wrote: > On Tue, 10 Jul 2012 09:05:50 -0700, Ethan Furman > declaimed the following in gmane.comp.python.general: > >> As an example from today, if someone claimed to have 5+ years of Python >> experience, but didn't know that 'with' was standard in 2.6 (or at least >> the end of the 2.x cycle) I would be suspicious that they actually had >> the experience they claimed. >> > > >From the 2.5 help file: > """ > 3.4.9 With Statement Context Managers > New in version 2.5. > """ In 2.5 the with statement requires a __future__ import, so can't be considered "standard".