Followup-For: Bug #1060444
Control: found -1 3.2.1-3

Setting up python3-networkx (3.2.1-3) ...
/usr/lib/python3/dist-packages/networkx/readwrite/tests/test_gml.py:557: 
SyntaxWarning: invalid octal escape sequence '\420'
  "graph [edge [ source u'u\4200' target u'u\4200' ] "
/usr/lib/python3/dist-packages/networkx/readwrite/tests/test_gml.py:558: 
SyntaxWarning: invalid octal escape sequence '\420'
  + "node [ id u'u\4200' label b ] ]"

This is still reproducible, but not by installing python3-networkx on
its own. It happens e.g. if it is installed as a dependency of
python3-glue (I haven't tried to find the minimal environment that
triggers it).

In that environment it is easily testable by reconfiguring/reinstalling
python3-networkx:

# dpkg-reconfigure python3-networkx
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based 
frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 
79.)
debconf: falling back to frontend: Readline
/usr/lib/python3/dist-packages/networkx/readwrite/tests/test_gml.py:557: 
SyntaxWarning: invalid octal escape sequence '\420'
  "graph [edge [ source u'u\4200' target u'u\4200' ] "
/usr/lib/python3/dist-packages/networkx/readwrite/tests/test_gml.py:558: 
SyntaxWarning: invalid octal escape sequence '\420'
  + "node [ id u'u\4200' label b ] ]"

Andreas

Reply via email to