]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
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)
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

index 91416d9b45ee3933a91f518883de657f218d95f9..c706230ee5f57a200a42c1df57ce6b9923548ec2 100644 (file)
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-#
 # Copyright 2012 Facebook
 #
 # Licensed under the Apache License, Version 2.0 (the "License"); you may
index 52aa1af9d51de89ffc5c23f1f37345d178d8666a..654e836718e723b1c0fac39a482d66e5a8d9fced 100644 (file)
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-#
 # Copyright 2009 Facebook
 #
 # Licensed under the Apache License, Version 2.0 (the "License"); you may
index d8d42f6bdbbb9095a22ea1fe0a8b5de5d3c597a4..994e8c808efdc214119f5395a124dc43bb7932d0 100644 (file)
@@ -1,4 +1,3 @@
-# coding: utf-8
 from hashlib import md5
 import unittest
 
index 7b2a43c54f61f39eee1955ede5b35b70eacac7a0..dc4608ec90fb68897d3ae00192b8bf7fb9337aeb 100644 (file)
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 import base64
 import binascii
 from contextlib import closing
index 2ebd9060394509d416162c29cf82d173e6ccfe33..0fad403b9d7d2a501c76b36b2c52272a7ce727ba 100644 (file)
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 from tornado.httputil import (
     url_concat,
     parse_multipart_form_data,
index 075959260558a894b91c35a5d247469675655c83..6aedbec32f3b7ec5c4f037f1308e285f806b276a 100644 (file)
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 import datetime
 from io import StringIO
 import os
index 8ecd3519ce9771a1e56615c84c58a453cd85237e..89aa9671af872ba0fae1b9803467a5c4464680db 100644 (file)
@@ -1,4 +1,3 @@
-# coding: utf-8
 from io import StringIO
 import re
 import sys