ports/160069

Ruslan Mahmatkhanov cvs-src at yandex.ru
Wed Aug 24 18:00:28 UTC 2011


The following reply was made to PR ports/160069; it has been noted by GNATS.

From: Ruslan Mahmatkhanov <cvs-src at yandex.ru>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/160069
Date: Wed, 24 Aug 2011 21:49:54 +0400

 Forgot to add that "I checked the code. They use this pattern when using 
 sqlite binding:"
 
 """
   82     try:
   83         import sqlite3
   84         check_pysqlite_version(sqlite3)
   85     except (ImportError, bzrlib.errors.BzrError), e:
   86         from pysqlite2 import dbapi2 as sqlite3
   87         check_pysqlite_version(sqlite3)
   88 except:
   89     trace.warning('Needs at least Python2.5 or Python2.4 with the
          pysqlite2 '
 """
 
 So nothing will be broken with sqlite3.
 
 -- 
 Regards,
 Ruslan
 
 Tinderboxing kills... the drives.



More information about the freebsd-ports-bugs mailing list