Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'friday,': 0.09; 'pep': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:language': 0.09; 'subject:string': 0.09; 'assume': 0.14; '2.7': 0.14; '3.3,': 0.16; 'pypi.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reinstated': 0.16; 'skipping': 0.16; 'subject:generation': 0.16; 'subject:random': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'written': 0.21; 'code,': 0.22; 'header:User-Agent:1': 0.23; "aren't": 0.24; 'library,': 0.24; 'received:comcast.net': 0.24; 'paul': 0.24; 'supported': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; "i'm": 0.30; 'that.': 0.31; 'anyone': 0.31; 'actual': 0.34; 'but': 0.35; 'add': 0.35; 'version': 0.36; 'library.': 0.36; "i'll": 0.36; 'to:addr:python- list': 0.38; 'issue': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'august': 0.61; 'simply': 0.61; "you've": 0.63; 'more': 0.64; 'worth': 0.66; 'adoption': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Batchelder Subject: Re: Template language for random string generation Date: Fri, 08 Aug 2014 07:20:36 -0400 References: <14d94692-2257-4dfb-a82f-f1674a839233@googlegroups.com> <1fc4393c-7d70-495e-ac10-a51acfb56d99@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: c-50-133-228-126.hsd1.ma.comcast.net User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: <1fc4393c-7d70-495e-ac10-a51acfb56d99@googlegroups.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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407496858 news.xs4all.nl 2875 [2001:888:2000:d::a6]:54589 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75876 On 8/8/14 5:42 AM, Paul Wolf wrote: > On Friday, 8 August 2014 10:22:33 UTC+1, Chris Angelico wrote: >> But I eyeballed your code, and I'm seeing a lot of >> u'string' prefixes, which aren't supported on 3.0-3.2 (they were >> reinstated in 3.3 as per PEP 414), so a more likely version set would >> >> be 2.6+, 3.3+. What's the actual version support? >> ChrisA > > I'm going to have to assume you are right that I only tested on 3.3, skipping > 2.7 and < 3.3. I'll create an issue for that. > Don't bother trying to support <=3.2. It will be far more difficult than it is worth in terms of adoption of the library. Also, you don't need to write a "proposal" for your library. You've written the library, and it's on PyPI. You aren't trying to add it to the stdlib, so there's no agreement you need to get from anyone else. It can simply succeed on its merits with people using it. -- Ned Batchelder, http://nedbatchelder.com