Bug#868680: Unicode data table needs updating for python 3.6

2017-08-16 Thread Edward Betts
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

Bug#868680: Unicode data table needs updating for python 3.6

2017-08-15 Thread Sergio Durigan Junior
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

Bug#868680: Unicode data table needs updating for python 3.6

2017-08-14 Thread Edward Betts
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