The kitchen.text.display module contains code for measuring the width of
unicode characters. When the unicode character standard is updated there are
new characters introduced that need to be considered by this algorithm.
Sometime a new version of python includes an updated list of unicode
characte
On Monday, August 14 2017, Edward Betts wrote:
> The file kitchen/text/display.py needs updating because the unicodedata in
> python 3.6 has changed. This is causing the test failure. The module includes
> a function to update the data table, but if this change is made then the test
> suite will f
The file kitchen/text/display.py needs updating because the unicodedata in
python 3.6 has changed. This is causing the test failure. The module includes
a function to update the data table, but if this change is made then the test
suite will fail when run with python 3.5
The test suite should be c
3 matches
Mail list logo