On Wed, Sep 7, 2016 at 3:26 AM, Zac Medico <zmed...@gentoo.org> wrote: > On 09/04/2016 10:04 AM, Mike Gilbert wrote: >> def isValid(self): >> + if fnmatch.fnmatch(self.format, '1.*'): >> + return isvalidatom(self.atom, eapi='0') > > We might want to check the existing news items to make sure that they > are all conformant here. >
Good idea. I cleared out /var/lib/gentoo/news, and did not hit any errors when emerge re-evaluated them.