ftfy v5.1 Release Notes

Release Date: 2017-04-07 // about 7 years ago
    • ✂ Removed the dependency on html5lib by dropping support for Python 3.2.

    We previously used the dictionary html5lib.constants.entities to decode HTML entities. In Python 3.3 and later, that exact dictionary is now in the standard library as html.entities.html5.

    • 🚚 Moved many test cases about how particular text should be fixed into test_cases.json, which may ease porting to other languages.

    The functionality of this version remains the same as 5.0.2 and 4.4.2.