Menu

#44 FutureWarning with pyspf and python3.5

v0.8
open
nobody
None
5
2016-04-23
2016-04-23
No

Running pyspf in a terminal with python3.5 gets this warning:

/usr/lib/python3/dist-packages/spf.py:1801: FutureWarning: split() requires a non-empty pattern match.
ln, reverse, delimiters = RE_ARGS.split(str)[1:4]

Presumably we should fix that at some point.

Discussion


Log in to post a comment.