Path: csiph.com!news.swapon.de!newsreader4.netcologne.de!news.netcologne.de!takemy.news.telefonica.de!telefonica.de!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'python:': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'jan': 0.11; '2.7': 0.13; 'suggest': 0.15; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'wrote:': 0.16; 'project,': 0.18; 'input': 0.18; 'cloud': 0.20; '3.x': 0.22; 'subject:support': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'updating': 0.27; 'done': 0.35; 'stable': 0.35; 'possible.': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'client': 0.37; 'received:org': 0.37; 'things': 0.38; 'version': 0.38; 'to:addr:python.org': 0.40; 'some': 0.40; 'your': 0.60; 'our': 0.64; 'offer': 0.66; 'messaging': 0.72; 'received:fios.verizon.net': 0.91; 'hand,': 0.97 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Python client support for NATS.io Date: Wed, 26 Aug 2015 11:34:48 -0400 References: <83d02813-0882-4b14-b854-681db4c5c5ad@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-98-114-97-173.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 In-Reply-To: <83d02813-0882-4b14-b854-681db4c5c5ad@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1440603309 news.xs4all.nl 23765 [2001:888:2000:d::a6]:52436 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95661 On 8/26/2015 10:56 AM, brian@apcera.com wrote: > Hello all...we're updating our Python client support at NATS.io cloud messaging project, and as part of that would like to get your input on which version of Python: > > https://groups.google.com/forum/#!topic/natsio/e6aoJ6GYqTw I suggest you offer both 2.7 and 3.x (soon 3.5) support if at all possible. Some people are stuck with 2.7 for various reasons. On the other hand, some things can only be done with the lastest stable 3.x. -- Terry Jan Reedy