diff options
| author | Anthon van der Neut <anthon@mnt.org> | 2021-03-09 09:02:50 +0100 |
|---|---|---|
| committer | Anthon van der Neut <anthon@mnt.org> | 2021-03-09 09:02:50 +0100 |
| commit | e73562c6f14d1d71a9fea174d58465e1b13f68af (patch) | |
| tree | 309851cca7d411b31c27753555871d493282c7f0 /_test/data/construct-python-unicode-utf8-py2.code | |
| parent | 96839d9f64f4698bdc519cbfbd48d51178460714 (diff) | |
| download | ruamel.yaml-e73562c6f14d1d71a9fea174d58465e1b13f68af.tar.gz | |
remove python 2 specific code
add future deprecation warning to old style functions
Diffstat (limited to '_test/data/construct-python-unicode-utf8-py2.code')
| -rw-r--r-- | _test/data/construct-python-unicode-utf8-py2.code | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/data/construct-python-unicode-utf8-py2.code b/_test/data/construct-python-unicode-utf8-py2.code index 2793ac7..9f66032 100644 --- a/_test/data/construct-python-unicode-utf8-py2.code +++ b/_test/data/construct-python-unicode-utf8-py2.code @@ -1 +1 @@ -u'\u042d\u0442\u043e \u0443\u043d\u0438\u043a\u043e\u0434\u043d\u0430\u044f \u0441\u0442\u0440\u043e\u043a\u0430' +'\u042d\u0442\u043e \u0443\u043d\u0438\u043a\u043e\u0434\u043d\u0430\u044f \u0441\u0442\u0440\u043e\u043a\u0430' |
