[PATCH 0/3] Fix deprecation warnings

These commits resolve various warnings that appear when the environment
variable PYTHONWARNINGS is set to "default" or "error". Since the
ability to submit pull requests through git.skewed.de has apparently
been disabled, I am sending the patches to the mailing list for your
consideration. Please let me know if there is a different preferred way
to submit patches now (e.g. by attaching them to a bug report).

-Alex

Alex Henrie (3):
  Turn off escape sequences in docstrings
  Use inspect.getfullargspec instead of inspect.getarcspec
  Use collections.abc.Iterable instead of collections.Iterable

src/graph_tool/__init__.py | 8 ++++----
src/graph_tool/decorators.py | 2 +-
src/graph_tool/inference/minimize.py | 6 +++---
src/graph_tool/inference/nested_blockmodel.py | 2 +-
src/graph_tool/topology/__init__.py | 14 +++++++-------
5 files changed, 16 insertions(+), 16 deletions(-)

Hi Alex,

I have given you permission to clone a repository, so you should be able
to submit a merge request in the usual way.

I had to disable this functionality by default to prevent spam accounts
from cloning the repository and wasting a lot of disk space. I'm trying
to find a better solution than to simply disable cloning.

Best,
Tiago

I was able to upload my branch, but I still can't make a merge request.

-Alex