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(-) -- 2.26.0