Oleksandr Pryymak
Oleksandr Pryymak
fixes for Python 2.6.6 ``` $ bakthat configure Traceback (most recent call last): File "/usr/local/bin/bakthat", line 9, in load_entry_point('bakthat==0.6.0', 'console_scripts', 'bakthat')() File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 305, in load_entry_point return get_distribution(dist).load_entry_point(group, name)...
Mozilla/5.0 (iPhone; CPU iPhone OS 6_0_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Mobile/10A523 [FBAN/FBIOS;FBAV/5.1;FBBV/68414;FBDV/iPho {'dist': {'name': 'IPhone', 'version': 'X) AppleWebKit/536.26 (KHTML, like Gecko) Mobile/10A523 [FBAN/FBIOS'}, 'flavor': {'name': 'MacOS',...
It's a minor issue, alas, it requires changes to the file format which might be a hassle. ``` python >> fruit = pybloomfilter.BloomFilter(100000, 0.1, '/tmp/words.bloom') >> fruit.update(('apple', 'pear', 'orange', 'apple'))...
#### Describe the bug Deleted items re-appear with a newer date when their indexing has commenced. Likely cause - the deleted items were sitting in the indexer queue, and deletion...