diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-07-07 20:54:48 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-07-07 20:54:48 +0000 |
commit | 4e0e1b6a540e664e89739456db4c706701bf062b (patch) | |
tree | 6a144e54fe6f0055d6e412181df0bbad458f8b10 /Lib/stringprep.py | |
parent | "#if WITH_THREAD" is incorrect; must be #ifdef instead; WITH_THREAD (diff) | |
download | cpython-4e0e1b6a540e664e89739456db4c706701bf062b.tar.gz cpython-4e0e1b6a540e664e89739456db4c706701bf062b.tar.bz2 cpython-4e0e1b6a540e664e89739456db4c706701bf062b.zip |
Whitespace normalization.
Diffstat (limited to 'Lib/stringprep.py')
-rw-r--r-- | Lib/stringprep.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/stringprep.py b/Lib/stringprep.py index bb4b565f9ba..f997a67b318 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" - |