Mercurial > p > roundup > code
diff CHANGES.txt @ 5026:8853f422fb62
Preparing 1.5.1 steps 4/16
4. python setup.py check failed
doc/announcement.txt contains non-ascii: 'ascii' codec can't encode character u'\xe9' in position 6698: ordinal not in range(128)
It was hard to find u'\xe9', because setup.py encoded text
to 'utf8' before final check. After removing encoding step:
doc/announcement.txt contains non-ascii: 'ascii' codec can't decode byte 0xc3 in position 6698: ordinal not in range(128)
Which is fixed. Also fixed reST warning caused by |u symbol:
warning: check: Inline substitution_reference start-string without end-string. (line 156)
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Mon, 11 Jan 2016 19:44:02 +0300 |
| parents | cf22972fe080 |
| children | bdeda09a5a26 |
line wrap: on
line diff
--- a/CHANGES.txt Mon Jan 11 19:04:12 2016 +0300 +++ b/CHANGES.txt Mon Jan 11 19:44:02 2016 +0300 @@ -135,7 +135,7 @@ - In case of an error, date fields would lose the calendar help, fixed. (Ralf Schlatterbeck) - demo.py usage message improved: explains "nuke" now. (Bernhard Reiter) -- Fix issue2550735 Missing doc for xmlrpc schema. Thanks to Cédric Krier +- Fix issue2550735 Missing doc for xmlrpc schema. Thanks to Cedric Krier for the patch. (anatoly techtonik) - Fix two line-break accidents in devel and responsive milestone.item.html (Thomas Arendsen Hein) @@ -172,7 +172,7 @@ work because an old help-window is below the main window. (Ralf Schlatterbeck) - issue2550811 20% fix: jinja2 template engine now has an example - how to use non-ascii unicode contents with a custom filter ('|u'). + how to use non-ascii unicode contents with a custom filter ('| u'). See updates on http://www.roundup-tracker.org/cgi-bin/moin.cgi/Jinja2 (Bernhard Reiter)
