Andi Vajda wrote:
>
> On Wed, 6 Apr 2011, Bill Janssen wrote:
>
> > Andi Vajda wrote:
> >
> >> Unless I'm missing something here, you've got two options before you
> >> break your users:
> >> 1. fix your code before you ship it to them
> >
> > Unfortunately, the code is out there for buildin
On Wed, 6 Apr 2011, Bill Janssen wrote:
Andi Vajda wrote:
On Wed, 6 Apr 2011, Bill Janssen wrote:
Andi Vajda wrote:
Unless I'm missing something here, you've got two options before you
break your users:
1. fix your code before you ship it to them
Unfortunately, the code is out ther
Andi Vajda wrote:
> There are two versions available from the lucene module:
>
>>>> import lucene
>>>> [(v, lucene.__dict__[v]) for v in dir(lucene) if 'VERSION' in v]
>[('JCC_VERSION', '2.8'), ('VERSION', '3.1.0')]
I suppose I could make a list of all the (JCC_VERSION, VERSION) pai
On Wed, 6 Apr 2011, Bill Janssen wrote:
Andi Vajda wrote:
There are two versions available from the lucene module:
>>> import lucene
>>> [(v, lucene.__dict__[v]) for v in dir(lucene) if 'VERSION' in v]
[('JCC_VERSION', '2.8'), ('VERSION', '3.1.0')]
I suppose I could make a list of