X-Received: by 10.66.65.109 with SMTP id w13mr6907767pas.21.1405311863460; Sun, 13 Jul 2014 21:24:23 -0700 (PDT) X-Received: by 10.50.20.168 with SMTP id o8mr426662ige.12.1405311863185; Sun, 13 Jul 2014 21:24:23 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!h18no441700igc.0!news-out.google.com!bp9ni9igb.0!nntp.google.com!h18no441689igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.python Date: Sun, 13 Jul 2014 21:24:22 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=101.110.31.120; posting-account=hN_E7goAAACjQVXgbDQSFXgYbC6dmSWU NNTP-Posting-Host: 101.110.31.120 References: <5a2ece49-1b5a-41a5-99f1-e2c0e1bf96b8@googlegroups.com> <6e3b7633-9c3b-4b3f-8337-6712edeed2c2@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0f14252e-e471-4e3b-91cf-69d0d2ae7528@googlegroups.com> Subject: Re: Twitter Client on Terminal by Python From: Orakaro Injection-Date: Mon, 14 Jul 2014 04:24:23 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.python:74414 On Monday, July 14, 2014 12:51:29 PM UTC+9, Chris Angelico wrote: > On Mon, Jul 14, 2014 at 12:18 PM, Orakaro wrote: > > > I use README.md for Github and README.rst for PyPi. Is there a way to use only one file for both sites ? > > > > Ah. I don't know; check the docs for one or the other and see what they'll do. > > > > > I tested my package on Python 2.7 and Python 3.4 But do I have to install all Python 2.6, Python 3.* in my system and test in all environment for sure ? > > > > You can state that it supports 2.7 and 3.4, without testing on any > > other versions. Those are the two current versions - my example was > > showing support for more than just the one latest, but that was just > > an example, nothing more. When Python 3.5 comes out, you'll probably > > want to test on that (and then say "supports 2.7 and 3.4+"), but at > > the moment, "2.7 and 3.4" is fine. If people want to use this with, > > say, 3.3, then they're welcome to try, but they'll know not to presume > > that it'll work. > > > > ChrisA Angelico, Thank you very much!