Alfanous-team / alfanous

Alfanous is an Arabic search engine API provides the simple and advanced search in Quran , more features and many interfaces...
http://www.alfanous.org/
GNU Affero General Public License v3.0
262 stars 89 forks source link

Few fixes to make the code work in different environment with Python 2.6 #365

Closed mdebbar closed 10 years ago

mdebbar commented 10 years ago
assem-ch commented 10 years ago

what the difference between django SortedDict and collections.OrderedDict?

mdebbar commented 10 years ago

collections.OrderedDict didn't work in the server, so I think it doesn't exist in Python2.6. In terms of implementation, they are the same.

mdebbar commented 10 years ago

Python docs say that OrderedDict was introduced in Python 2.7: http://docs.python.org/2/library/collections.html#collections.OrderedDict