Ioannis Filippidis
Ioannis Filippidis
This happens also with raw Python string literals `r'''...'''`. Removing the `r` restores functions located on lines below the string.
Replacing the `symbols-tree-view` package with the [`symbols-list`](https://github.com/7ute/symbols-list) package solved this issue for me.
Addressed as of commit f6e34c7f8a534a868c0ae5ccac54551cf020e307.
The problem likely relates to testing the package installed under `site-packages`, in contrast to: ["Then make sure you build your project in place (`python setup.py build_ext --inplace`) so that the...
It would be helpful if you provided links to specific lines in a specific commit of branch `master`.
Thanks for the additional information. When `master` branch changes, the above link will point to different lines. The reference can be made persistent with: https://github.com/jaybaird/python-bloomfilter/blob/70e25c653ab87fbc2273328e89544d4124f52065/pybloom/pybloom.py#L365 and: https://github.com/jaybaird/python-bloomfilter/blob/70e25c653ab87fbc2273328e89544d4124f52065/pybloom/pybloom.py#L372 that can also...
It seems to me that tests would better be included in the file `MANIFEST.in`, so that they be included in the source distribution , and thus be available on PyPI....
The version suggested by @soyuka does not work on `Linux dhcp-7-187 4.5.0-2-amd64 #1 SMP Debian 4.5.3-2 (2016-05-08) x86_64 GNU/Linux`, because `ia32-libs` cannot be found, and alternatives mentioned at various places...
ba02c382a31946afde38517f619651814086b95f retired this repository in favor of `sphinxcomtrib_bibtex`. The link to the original project though still points to Google code. [Google code has been shut down](https://opensource.googleblog.com/2015/03/farewell-to-google-code.html), suggesting that this fork...
Yes, please find the changes in #12.