Just FYI, this bug probably also breaks LibreOffice -- paths containing
non-ASCII characters will not open. Switching locale to C.UTF-8 makes it work
again.
Regards,
Jan Kriho
--- System information. ---
Architecture:
Kernel: Linux 4.9.0-1-amd64
Debian Release: 9.0
950 testing
Package: ipython
Version: 5.1.0-2
Severity: grave
--- Please enter the report below this line. ---
Dear Maintainer,
launching `ipython` ends with following traceback:
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python2.7/dist-packages/IPython/__init__.py", line 48,
Package: knetwalk
Version: 4:4.12.2-1
Severity: serious
Violates section 3.5 of Debian policy
--- Please enter the report below this line. ---
Without this package, knetwalk crashes with following console log:
$ knetwalk
file:///usr/share/kde4/apps/knetwalk/qml/main.qml:32:5: Typ CanvasItem je
Works for me without any problems
sqllite3 3.5.9-5
$ sqlite3
SQLite version 3.5.9
Enter ".help" for instructions
sqlite> select 100/1.5;
66.7
sqlite> select 100/2.5;
40.0
sqlite> select 100/2;
50
sqlite> select 100/3;
33
sqlite> select 100/3.1;
32.258064516129
sqlite> select 100/1.5;
4 matches
Mail list logo