Given that rlwrap now has version numbers with patch levels, not just maj.min, parse version numbers properly instead of just casting them into floats.
Thanks for the patch, but, although it is only one pip install away, I'd rather not make rlwrapfilter.py dependent on a package that is not in the standard library.
Given that
rlwrap
now has version numbers with patch levels, not justmaj.min
, parse version numbers properly instead of just casting them into floats.Fixes #161.
Signed-off-by: Michel Alexandre Salim michel@michel-slm.name