Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.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.026 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'that?': 0.05; 'subject:Python': 0.06; 'supported,': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'readme.rst': 0.16; 'topics': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; '2.x': 0.24; 'mon,': 0.24; 'versions': 0.24; 'cc:2**0': 0.24; 'sort': 0.25; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; '3.x': 0.31; "can't": 0.35; 'no,': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; '14,': 0.36; 'thanks': 0.36; 'feedback': 0.38; 'does': 0.39; 'kind': 0.63; 'hints': 0.68; 'jul': 0.74; '4:00': 0.84; 'here!': 0.84; 'subject:Client': 0.84; 'to:none': 0.92 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:cc :content-type; bh=KMPh30yIG1O/SiVAk0kept5gM5LpXmLroybOSGUyJdA=; b=yaW9pd7qtquCyzPIwI8GKawTsE8Mvll4UP0btOnPlO5/7MlxnVAIt5dB8gH1FkMAr8 ZdkREMhNJ7x8pFo7ktsLytQJoMRFmWYoTUtwoyHEeFD5S1s9f9PtLQ/3Au7cnnuR1Zqx gk8ikP10EC+pzfp6CbW484y403Zc4yLpV5rN4GW5AUowDofB5VFNU5AIJP+JANWqb+0o Apf/mTQTBL+Q5xoop1d6DML0VV8LCJHOFv4MKlP8gYKns04CkiEnbEkxFp17iXw/WASn DpNESl6pU9eW3Aa28WaKb0jVHb3XJiyNzKdYqG2eE9hcGibwmz8+niGUBP2vZeamIute +UDQ== MIME-Version: 1.0 X-Received: by 10.58.227.229 with SMTP id sd5mr11413472vec.15.1405275643748; Sun, 13 Jul 2014 11:20:43 -0700 (PDT) In-Reply-To: <5a2ece49-1b5a-41a5-99f1-e2c0e1bf96b8@googlegroups.com> References: <5a2ece49-1b5a-41a5-99f1-e2c0e1bf96b8@googlegroups.com> Date: Mon, 14 Jul 2014 04:20:43 +1000 Subject: Re: Twitter Client on Terminal by Python From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405275646 news.xs4all.nl 2904 [2001:888:2000:d::a6]:56664 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74403 On Mon, Jul 14, 2014 at 4:00 AM, Orakaro wrote: > Thanks for any feedback and sorry if this kind of topics is not tolerated here. No no, announcements of this sort are perfectly welcome here! I notice you have both README.md and README.rst - is there a reason for that? What Python versions does rainbowstream support? Your README hints that both 2.x and 3.x are supported, but I can't see a specific set of versions (eg "2.6+, 3.3+"). ChrisA