]> git.ipfire.org Git - thirdparty/tornado.git/commit
CLN : Remove utf-8 coding cookies in source files 2913/head
authorSai Rahul Poruri <rporuri@enthought.com>
Sat, 12 Sep 2020 12:27:53 +0000 (13:27 +0100)
committerSai Rahul Poruri <rporuri@enthought.com>
Sat, 12 Sep 2020 12:27:53 +0000 (13:27 +0100)
commitdf4d22c3f1df578739b96f74719616d4dc5e7baf
tree04dd13213c0d10db58e227b7c08fdbeb6d660bf8
parent0a7463e055126d9836d387da4e8ae13a2edf7ecb
CLN : Remove utf-8 coding cookies in source files

On Python 3, utf-8 is the default python source code encoding. so, the
coding cookies on files that specify utf-8 are not needed anymore.

modified:   tornado/_locale_data.py
modified:   tornado/locale.py
modified:   tornado/test/curl_httpclient_test.py
modified:   tornado/test/httpclient_test.py
modified:   tornado/test/httputil_test.py
modified:   tornado/test/options_test.py
modified:   tornado/test/util_test.py
tornado/_locale_data.py
tornado/locale.py
tornado/test/curl_httpclient_test.py
tornado/test/httpclient_test.py
tornado/test/httputil_test.py
tornado/test/options_test.py
tornado/test/util_test.py