Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; '21,': 0.07; 'builtin': 0.07; 'oh,': 0.09; 'repr': 0.09; 'str,': 0.09; 'dec': 0.15; 'useless.': 0.16; 'wrote:': 0.17; 'header:In- Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'str': 0.29; 'fri,': 0.30; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'does': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'to:name:python': 0.84 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=ogUDMoHmegiT99F4gWUriE7f8WdpcsvGC4z4Qn2cg2s=; b=n2a/r/H1X/RfEevSE0BbyoB/cnHcbMXfsiPJYWsWCdT71jTg9jfMp/vKTg2fxbVT6T 50pRu4elbT/9v44iDd3I1USE7XirVoyllqKyYBs8xZjkUKV4gqUEmaRW3IziPEYCtLDV RC5Gq930Id3B8YWXHt3ZqUmCM5JtBMn0tsSIjowrfK8g5NpPspFLVZ5OtzvZv8pWjOMS Ly/myWM/9GXj6mOmxx+IvOJHZvvYkfa1EsU0KOUQf5Wp9BicCt1LbUL2yDg7XnQ4PLVr LqbS+sXxdcQ6Dshz+9eObp9Z3azj4hCtKNqgmTxVN0efwInfdeJcNlGuzjRU77KGxsyE lF1A== MIME-Version: 1.0 In-Reply-To: References: <50D256B3.4070709@udel.edu> <96edb672-dabd-4ab8-9e7c-3fa7f4a91437@googlegroups.com> <44335f22-555a-4806-b24a-7d4cb1d8e529@googlegroups.com> <4ddee631-b5b5-4cb4-82b0-00ca403b773e@googlegroups.com> From: Ian Kelly Date: Fri, 21 Dec 2012 16:51:57 -0700 Subject: Re: Brython - Python in the browser To: Python Content-Type: text/plain; charset=ISO-8859-1 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: 4 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1356133956 news.xs4all.nl 6910 [2001:888:2000:d::a6]:55206 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35328 On Fri, Dec 21, 2012 at 4:45 PM, Ian Kelly wrote: > In Brython, the str builtin does not return strings? Oh, and repr is just a synonym of str, which makes it useless.