Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #25759
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.019 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'things.': 0.05; 'subject:ANN': 0.07; '22,': 0.09; 'applies': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'maintaining,': 0.16; 'predict.': 0.16; 'recipe': 0.16; 'sure.': 0.16; 'wrote:': 0.17; 'received:209.85.214.174': 0.21; "i'd": 0.22; 'patch': 0.24; 'idea': 0.24; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'language.': 0.27; 'merge': 0.27; 'tree': 0.27; 'message-id:@mail.gmail.com': 0.27; 'trouble': 0.28; 'source': 0.29; 'figure': 0.30; 'code': 0.31; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'really': 0.36; 'but': 0.36; "i'll": 0.36; 'two': 0.37; 'quite': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'apply': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'great': 0.64; 'jul': 0.65; 'furman': 0.84; 'tree,': 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=5AEUB+SADsVThSHc3GL44bAGpT5f5S9d+0dDXNIevBg=; b=fb3hU2yLFbH9Rs1dDF4tkGNelS2aoyBq5RD/AvYEaRCeqpr/FwMwXChYWsN6VS5Iz7 j/Td/DbauHEfUX6JhUnMUdWeenIglJTvm/7aZs45aITpBxOdcee3bUqAtNaWTV5jYp6J ozkLnMkNAX+BMXKiQMYMJ/bOa0ze3auo+CfvguXCYklsgRpnChgDK0tOmTO6POPQ/W2t ZTBEuKtxGY7tuV0nS15tocdLfFIeo39+wuW6BrciAQKa63vE6kSg/SBSfjnP38KWztnC zv7bQq9syM3mLnn23uxY3y7UDOJMyFl8XR96tILaBfwZnaYoEE9qqjiyiUAEn8RpFL9T Su0A== |
| MIME-Version | 1.0 |
| In-Reply-To | <500AF1AD.5080106@stoneleaf.us> |
| References | <5009F0D9.1050900@stoneleaf.us> <500A2260.20806@fossworkflowguides.com> <500A61FB.7060600@stoneleaf.us> <CAPTjJmqST800FoLwSX=kqFBf0WYyAUvWJ6Xot2FCsYSnEufdUg@mail.gmail.com> <500AF1AD.5080106@stoneleaf.us> |
| Date | Sun, 22 Jul 2012 04:28:36 +1000 |
| Subject | Re: ANN: dbf.py 0.94 |
| From | Chris Angelico <rosuav@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2393.1342895319.4697.python-list@python.org> (permalink) |
| Lines | 17 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1342895319 news.xs4all.nl 6963 [2001:888:2000:d::a6]:43402 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:25759 |
Show key headers only | View raw
On Sun, Jul 22, 2012 at 4:15 AM, Ethan Furman <ethan@stoneleaf.us> wrote: > I'll support 3.3+, but not with the same code base: I want to use all the > cool features that 3.3 has! :) The trouble with double-codebasing is that you have double maintenance. But sure. So long as your time isn't under great pressure, it can be quite effective. Recommendation: Figure out a way to minimize double-handling of things. One way might be to have source control manage it for you - apply a patch to your 3.3+ source tree, then merge it into your 2.4+ tree and see if it applies cleanly. I dunno how successful that'd be, but I really dread the idea of maintaining, unassisted, two identical projects in two dialects of the same language. Recipe for burnout I'd predict. ChrisA
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: ANN: dbf.py 0.94 Chris Angelico <rosuav@gmail.com> - 2012-07-22 04:28 +1000
csiph-web