docs/tutorials/topic-tutorial.t
author Ian Moody <moz-ian@perix.co.uk>
Thu, 03 Oct 2019 23:39:37 +0100
branchstable
changeset 4877 77e5c733200a
parent 2824 d0e3a8e0b62c
permissions lrwxrwxrwx
py3: remove smartquotes from README They break running setup.py with py3 but only in tests, because in the test environment `locale.getpreferredencoding()` is ANSI_X3.4-1968, so the file is `open()`ed with that as the encoding. An alternative for fixing this would be to make the `open()` call with `encoding='utf-8'` under py3, which would be safe against any future non-ascii in README.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2824
d0e3a8e0b62c docs: move the topic tutorial in the documentation
Boris Feld <boris.feld@octobus.net>
parents:
diff changeset
     1
../../tests/test-topic-tutorial.t