From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OAR0n-0001oC-55 for garchives@archives.gentoo.org; Fri, 07 May 2010 17:06:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DD90E06E7; Fri, 7 May 2010 17:06:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D5759E0639 for ; Fri, 7 May 2010 17:06:13 +0000 (UTC) Received: from [192.168.0.3] (e179012232.adsl.alicedsl.de [85.179.12.232]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 34C1E1B4091 for ; Fri, 7 May 2010 17:06:13 +0000 (UTC) Message-ID: <4BE44881.7020906@gentoo.org> Date: Fri, 07 May 2010 19:06:09 +0200 From: Sebastian Pipping User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100419 Thunderbird/3.0.4 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [v5] Planning for automatic assignment computation of bugs References: <20100503214957.GA30113@orbis-terrarum.net> <4BE2242F.2030209@gentoo.org> In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archives-Salt: 35aebbdd-da3e-4459-871e-43b711d142d1 X-Archives-Hash: 554e613da5cbc9d1f388ebaba4981a9e On 05/06/10 06:27, Robin H. Johnson wrote: >> package_pattern = >> re.compile('\\b(?P[a-z0-9_+-]+-[a-z0-9_+-]+)/(?P[a-z0-9_+-]+(?:[a-z_+]+[0-9]+|[a-z0-9_+-]+[a-z+]+))') > - Fails to match category 'virtual'. True. > - That PV matching looks really fishy. It's not meant to match versions at all. Could it be you misread the regex? Best, Sebastian