summaryrefslogtreecommitdiff
path: root/_test/data/construct-str-utf8-py2.code
Commit message (Collapse)AuthorAgeFilesLines
* remove python 2 specific codeAnthon van der Neut2021-03-091-1/+1
| | | | add future deprecation warning to old style functions
* moved test to _test to prevent setuptools from including test/test_*.py0.10.17Anthon van der Neut2016-01-221-0/+1
although the package dirs were explicitly specified. This used to lead to half included, non-working test directory contents that have no place in a distribution. This fixes issue #17