.. -*- coding: utf-8 -*- Version 0.19.3 -------------- bug fixes :publication date: 2006/10/03 :expected date: n/a Ticket #899 missing pytest.bat ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.000 :state: resolved Running "setup.py install" in windows gives this error towards the end: error: file 'bin\pytest.bat' does not exist And bin\pytest.bat isn't included in this .tar.gz. Ticket #900 textutils.normalise_[text|paragraph] crash with unsplitable word larger than the maximum line size ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.250 :state: resolved :: File ".../logilab/common/textutils.py", line 116, in normalize_text result.append(normalize_paragraph(text, line_len, indent)) File ".../logilab/common/textutils.py", line 155, in normalize_paragraph while text[pos] != ' ': IndexError: string index out of range