From 0eadaac7dc3ae49974c105ff9e8c1e98a04d7d5a Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 24 Apr 2003 16:02:54 +0000 Subject: Whitespace normalization. --- Lib/stringprep.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/stringprep.py') diff --git a/Lib/stringprep.py b/Lib/stringprep.py index ec5b098cbd..31e40e0db9 100644 --- a/Lib/stringprep.py +++ b/Lib/stringprep.py @@ -270,4 +270,3 @@ def in_table_d1(code): def in_table_d2(code): return unicodedata.bidirectional(code) == "L" - -- cgit v1.2.1