Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.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.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'cpython': 0.05; '21,': 0.07; 'dependency': 0.07; 'subject:ANN': 0.07; 'sat,': 0.15; 'all?': 0.16; 'both.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.17; 'received:209.85.214.174': 0.21; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'compatible': 0.30; 'code': 0.31; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'supporting': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'jul': 0.65; '2.7.': 0.84; 'furman': 0.84; 'ethan': 0.91 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=FDI3VtaDm3OLXeG5gamubU7WbbZFcgxybWE7SL814zE=; b=hiFv4pKR1eyNSU03NclVXxwgNulaxZ2pJDWOAxlhckdnSLtreO0Bk4Pv4QTJKIC+5R 48KZiKTyv8U5wBXBRSGJ/AHZ9dNNIhvVbaOz0oM9wsLLhgNJBNa0MkR2PFTYM/k8cLuC w6+nL8Uue3auYuxo07DrusT5sHKdoiHDTdRaHkKoQJAbqFjdkvxVRFxw54I5esOWpRZK 7j60yd8Kxk/BlEaRlpE3LZlBjNuFAQ/ZKQA/nNCkotnlrtHEVMKfQBWmZ/rPmnXlknIX eGnLbrIZUztO9Jx0OcXxCmm3Y0/OWd5xT+fW/GWLJK/AIAEShhLtKTiqDsJhzWX9NqZA XwXQ== MIME-Version: 1.0 In-Reply-To: <500A61FB.7060600@stoneleaf.us> References: <5009F0D9.1050900@stoneleaf.us> <500A2260.20806@fossworkflowguides.com> <500A61FB.7060600@stoneleaf.us> Date: Sat, 21 Jul 2012 19:06:09 +1000 Subject: Re: ANN: dbf.py 0.94 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: 1342861572 news.xs4all.nl 6866 [2001:888:2000:d::a6]:34249 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25733 On Sat, Jul 21, 2012 at 6:02 PM, Ethan Furman wrote: > Works with CPython 2.4 - 2.7. (Tested) Have you considered supporting 3.2/3.3 at all? It's often not difficult to make your code compatible with both. Or is there some dependency that is locked to 2.X? ChrisA