Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'syntax': 0.04; 'explicitly': 0.05; 'subject:missing': 0.07; 'except:': 0.09; 'guys.': 0.09; 'undefined': 0.09; 'jan': 0.12; 'behavior,': 0.16; 'defined.': 0.16; 'subject:python': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'to:name:python-list@python.org': 0.22; "shouldn't": 0.24; 'mon,': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'then.': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'yields': 0.31; 'url:python': 0.33; 'case,': 0.35; 'received:google.com': 0.35; 'thanks': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'url:library': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'places': 0.64; 'here': 0.66; 'satisfied': 0.81; 'subject:here': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=Zzsmh7coLmbdgeORR0F2LKAOLw45Wt6Dla9eYmdVgug=; b=BfwK73p4T331vFlLczMMcHTYI4pQew8SGqgLoq4qnemHOjpgc6WOVBSEhNEDj9w//l OoN1qZ8DfJBGZBUJoLcZqs+IoEzQf3utaylYdXYCQPLbEvZwBWBShkNiC00Y8oJd5jXg uaAJLjAw+LiZcI6F80qDaxI1Aw8OI/+IKi1WWD6BTnm757PJDoOEDUfj9oj78tEDlTaS Bl+thV/9CGgSsOJZpkrsplndDEAd69dM48+nisLzAUSPZkmlh6wbHTkMRGl7V6maeJzM 5kcIAbO4Y1OPVIjOowZZaVAjznwqIzsQifBu9jF5y4cS4qn79/A7lDsVWQIzZO08AEAu 8VKw== X-Received: by 10.204.167.81 with SMTP id p17mr18402218bky.59.1390805738151; Sun, 26 Jan 2014 22:55:38 -0800 (PST) MIME-Version: 1.0 Sender: zachary.ware@gmail.com In-Reply-To: <52e600ab$0$29542$862e30e2@ngroups.net> References: <52e600ab$0$29542$862e30e2@ngroups.net> From: Zachary Ware Date: Mon, 27 Jan 2014 00:55:17 -0600 X-Google-Sender-Auth: wx9MYBuntU1H6xoua5NrS6yUWjM Subject: Re: buggy python interpretter or am I missing something here? To: "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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1390806119 news.xs4all.nl 2974 [2001:888:2000:d::a6]:59601 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:64837 On Mon, Jan 27, 2014 at 12:46 AM, me wrote: > > In any case, thanks for the answers guys. I'm satisfied that the except: > syntax yields undefined behavior, and in my mind it shouldn't be > syntactically allowed then. It's not undefined, though; it is explicitly defined. See my other message, and here are a couple other places to skim through: http://docs.python.org/2/tutorial/errors.html and http://docs.python.org/2/library/exceptions.html -- Zach