X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Fri, 30 May 2008 08:21:26 -0400 From: Jason Tishler Subject: Re: binutils 20080523-1: version string breaks python2.5 distutils In-reply-to: <20080529.214723.26627.0@webmail21.dca.untd.com> To: cygwin AT cygwin DOT com Mail-followup-to: cygwin AT cygwin DOT com Message-id: <20080530122126.GB3996@tishler.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline References: <20080529 DOT 214723 DOT 26627 DOT 0 AT webmail21 DOT dca DOT untd DOT com> User-Agent: Mutt/1.4.2.1i X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Joe, On Fri, May 30, 2008 at 01:47:23AM +0000, Joe Pham wrote: > >If the OP verifies that the attached patch fixes his problem, then I > >will release a Cygwin Python with this patch applied. > > > >+ result = re.search('(\d+\.\d+(\.\d+)?)',out_string) > > It worked, though not 100%: it failed to pick up the patch release > component (i.e. 1.2.3a). This search regex works for all cases: > > '(\d+\.\d+(\.(\d+))?([ab](\d+))?)' Can you post your findings to the Python Issue Tracker? See the following: http://bugs.python.org/issue2234 I'm willing to patch Cygwin Python, but I would prefer to use a patch that (ultimately) will be accepted into the code base. Thanks, Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/