Skip to content

Commit 57807fc

Browse files
committed
I need new lines and spaces.
1 parent 28f1731 commit 57807fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fulltext/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ def _get(path_or_file, default, mime, name, backend, encoding,
583583
inst.teardown()
584584

585585
assert text is not None, "backend function returned None"
586-
text = STRIP_WHITE.sub(' ', text)
586+
# text = STRIP_WHITE.sub(' ', text)
587587
text = text.strip()
588588
return (text, title)
589589

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
NAME = 'fulltext'
12-
VERSION = '0.9'
12+
VERSION = '0.10'
1313
if os.name == 'nt' and not sys.maxsize > 2 ** 32:
1414
# https://github.com/btimby/fulltext/issues/79
1515
raise RuntimeError("Python 32 bit is not supported")

0 commit comments

Comments
 (0)