Path to this page:
Subject: CVS commit: pkgsrc/devel/py-babel
From: OBATA Akio
Date: 2010-04-21 08:01:51
Message id: 20100421060151.A60F7175DF@cvs.netbsd.org
Log Message:
Update py-babel to 0.9.5.
Version 0.9.5
http://svn.edgewall.org/repos/babel/tags/0.9.5/
(Apr 6 2010, from branches/stable/0.9.x)
* Fixed the case where messages containing square brackets would break with
an unpack error.
* Backport of r467: Fuzzy matching regarding plurals should *NOT* be checked
against len(message.id) because this is always 2, instead, it's should be
checked against catalog.num_plurals (ticket #212).
Files: