django-sphinx icon indicating copy to clipboard operation
django-sphinx copied to clipboard

unsigned long int for range selection

Open burp opened this issue 13 years ago • 0 comments

mimimal value is 0 and not -MAX_INT (this prevented djangosphinx from being used with python >= 2.7) as pack('>2L', min, max) is being used, where L is an unsigned long int. Previous python versions accepted the input with a deprecation warning.

burp avatar Mar 28 '12 15:03 burp