beets/docs
Sebastian Reuße c40ea4f22a mediafile._safe_cast: be safer when converting to int
The regex «[\+-]?[0-9]*» possibly matches a single minus/plus, which would then
be passed on to int(), raising a ValueError from within _safe_cast. The test
suite covered this for float, but not for int.

We now make sure we actually have a number after the sign by using a Kleene
plus.
2017-11-19 09:21:07 +01:00
..
dev Add option to hardlink when importing 2017-02-19 15:56:13 -06:00
guides Revise importer guide text about merging 2017-11-11 11:07:40 -05:00
plugins Update fetchart.rst 2017-11-01 08:06:30 +01:00
reference Add comments and explain merge feature in config docs and guide 2017-11-04 03:08:53 +05:30
changelog.rst mediafile._safe_cast: be safer when converting to int 2017-11-19 09:21:07 +01:00
conf.py Version bump: 1.4.6 2017-06-20 14:49:19 -04:00
faq.rst Try linking to the Discourse 2016-12-16 21:56:46 -05:00
index.rst Try linking to the Discourse 2016-12-16 21:56:46 -05:00
Makefile Add new livereload server for docs 2016-01-25 13:19:26 -08:00
serve.py add coding: utf-8 magic comment to every .py file 2016-08-07 04:09:17 -04:00