Package: python-ofxparse
Version: 0.14-1
Severity: minor

Dear Maintainer,

Use ofxparse triggers a deprecation warning in BeautifulSoup:

/usr/lib/python2.7/dist-packages/bs4/__init__.py:166: UserWarning: No
parser was explicitly specified, so I'm using the best available HTML
parser for this system ("lxml"). This usually isn't a problem, but if
you run this code on another system, or in a different virtual
environment, it may use a different parser and behave differently.

To get rid of this warning, change this:

 BeautifulSoup([your markup])

 to this:

 BeautifulSoup([your markup], "lxml")

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.4.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python-ofxparse depends on:
ii  python-bs4  4.4.1-1
ii  python-six  1.10.0-3
pn  python:any  <none>

python-ofxparse recommends no packages.

python-ofxparse suggests no packages.

-- no debconf information

Reply via email to