Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

unsigned long int for range selection #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

unsigned long int for range selection #35

wants to merge 1 commit into from

Conversation

burp
Copy link

@burp burp commented Mar 28, 2012

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.

…X_INT (this prevented djangosphinx from being used for python >= 2.7)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant