From owner-svn-ports-head@FreeBSD.ORG Fri Aug 31 13:57:49 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id C34161065743; Fri, 31 Aug 2012 13:57:49 +0000 (UTC) Date: Fri, 31 Aug 2012 13:57:49 +0000 From: Alexey Dokuchaev To: Carlo Strub Message-ID: <20120831135749.GA5750@FreeBSD.org> References: <201208311341.q7VDfMQH039109@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201208311341.q7VDfMQH039109@svn.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r303420 - head/devel/py-testtools X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2012 13:57:49 -0000 On Fri, Aug 31, 2012 at 01:41:22PM +0000, Carlo Strub wrote: > New Revision: 303420 > URL: http://svn.freebsd.org/changeset/ports/303420 > > Log: > - Update to 0.9.16 > - tidy pkg-descr > > @@ -1,7 +1,6 @@ > -testtools is a set of extensions to the Python standard library's > -unit testing framework. These extensions have been derived from > -years of experience with unit testing in Python and come from many > -different sources. testtools also backports unittest changes from > -recent Pythons to Python 2.4 and 2.5. > +testtools is a set of extensions to the Python standard library's unit testing > +framework. These extensions have been derived from years of experience with unit > +testing in Python and come from many different sources. testtools also backports > +unittest changes from recent Pythons to Python 2.4 and 2.5. > > WWW: https://launchpad.net/testtools Few observations on "tidy" part: - First "testtools" (and maybe after full stops) could look better if spelled with first letter uppsercased (even that official project name is one all-lowercase word) - IMHO we should adhere two-space sentense breaks per recent discussions - Ditto for tab after WWW: (should be replaced with single space) ./danfe P.S. Good to see you back in action. There are still lots of comments with indefinite afticles in their beginnings. :-)