Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!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.046 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'string': 0.09; 'thread': 0.14; '-tkc': 0.16; 'fails.': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'roy': 0.16; 'url:peps': 0.16; 'wrote:': 0.18; 'url:dev': 0.24; 'earlier': 0.24; 'header:In-Reply-To:1': 0.27; 'explained': 0.31; 'url:python': 0.33; "can't": 0.35; 'charset:us-ascii': 0.36; 'url:org': 0.36; 'level': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'email addr:gmail.com': 0.63; 'smith': 0.68; 'article': 0.77; 'received:50.22': 0.84; 'subject:Managing': 0.84 Date: Sat, 7 Dec 2013 10:19:32 -0600 From: Tim Chase To: python-list@python.org Subject: Re: Managing Google Groups headaches In-Reply-To: References: <5f370a06-8d2c-4d7d-bc22-b9a489c15c59@googlegroups.com> <132658ff-d06a-4136-ade6-353189da5769@googlegroups.com> <51007240-6bc9-4f0b-9937-4883bcc0ceb6@googlegroups.com> <5137f9a5-d0a0-4f7a-8d50-e464094392e2@googlegroups.com> <31f1bb84-1432-446c-a7d4-79ce16f2a543@googlegroups.com> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - boston.accountservergroup.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tim.thechases.com X-Get-Message-Sender-Via: boston.accountservergroup.com: authenticated_id: tim@thechases.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: 1386433097 news.xs4all.nl 2849 [2001:888:2000:d::a6]:36458 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61243 On 2013-12-07 11:08, Roy Smith wrote: > In article <31f1bb84-1432-446c-a7d4-79ce16f2a543@googlegroups.com>, > wxjmfauth@gmail.com wrote: > > > It is on this level the FSR fails. > > What is "FSR"? I apologize if this was explained earlier in the > thread and I can't find the reference. Flexible String Representation = PEP393 http://www.python.org/dev/peps/pep-0393/ -tkc