From e9541846936cec27b70f3975eba837cf938af21d Mon Sep 17 00:00:00 2001 From: wangzihao Date: Fri, 16 Oct 2020 10:40:22 +0800 Subject: Remove six usage and basestring check Remove basestring check. Remove six Replace the following items with Python 3 style code. - six.string_types - six.int2byte - six.indexbytes - six.add_metaclass - six.StringIO - six.text_type - six.integer_types - six.binary_type - six.BytesIO - six.reraise Change-Id: I4fb9033d152963c504ceb4d5c4d08f934ee4accb --- HACKING.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'HACKING.rst') diff --git a/HACKING.rst b/HACKING.rst index c5773879..13c1130e 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,6 +2,4 @@ Trove Library Specific Commandments ------------------------------------- - [T103] Exception messages should be translated -- [T104] Python 3 is not support basestring,replace basestring with - six.string_types - [T105] Validate no LOG translations -- cgit v1.2.1