Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.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.034 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:set': 0.09; 'aug': 0.13; 'sat,': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.17; 'hacking': 0.17; 'hack': 0.18; 'received:209.85.214.174': 0.21; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'then.': 0.27; 'message-id:@mail.gmail.com': 0.27; 'doubt': 0.33; 'problem': 0.33; 'to:addr:python-list': 0.33; 'changed': 0.34; 'received:google.com': 0.34; 'nature': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'anything': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'release': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'between': 0.63 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=tzMC+VilA4mCUFs33I7Kma3IDhh2YMzmdSS7VI74mzc=; b=p0+Zii5hlJ+adLfe1ksl20jjH9qVFACt/76CBmonWUcqgHVnm1K6tRnCd6nVrswEAD HUOWkqI4VZrCz/j6wS88PHBCaEzZRvsHY6Od5qNOw2zwl9fcHsM1tqK0PkXb1LJ32vxA Yz/38Rc7Bt2q01Cctarsh2hxdbv2aI60TC6FBFDzT2eK/JYRPGaImZML+A6UALZck8ut XO9TNGroNk/nKNb33H1uB/EUCTaq/2DMhzmUd2oX5hZkuIXpi693nau8CJCwA0mDlHlE VOI+SPDAxcUuhF7TN/KpNPegvYe8kxrp77yg0Vjor+UsW1XkLW7ysOIyXF9lKS2LOGKe 09dQ== MIME-Version: 1.0 In-Reply-To: References: <7xy5le7cli.fsf@ruckus.brouhaha.com> <502dab6c$0$29978$c3e8da3$5496439d@news.astraweb.com> Date: Sat, 18 Aug 2012 07:57:41 +1000 Subject: Re: set and dict iteration 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.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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1345240665 news.xs4all.nl 6842 [2001:888:2000:d::a6]:35013 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:27272 On Sat, Aug 18, 2012 at 4:37 AM, Aaron Brady wrote: > Is there a problem with hacking on the Beta? Nope. Hack on the beta, then when the release arrives, rebase your work onto it. I doubt that anything of this nature will be changed between now and then. ChrisA