From da074bff01fbf359959eaa1e81b75db42e770b8b Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 31 May 2016 18:51:40 +1200 Subject: isascii is unused --- netlib/utils.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/netlib/utils.py b/netlib/utils.py index cd8aa55a..91da471b 100644 --- a/netlib/utils.py +++ b/netlib/utils.py @@ -32,14 +32,6 @@ def native(s, *encoding_opts): return s -def isascii(bytes): - try: - bytes.decode("ascii") - except ValueError: - return False - return True - - def clean_bin(s, keep_spacing=True): """ Cleans binary data to make it safe to display. -- cgit v1.2.3