Commit 73b4ee6
committed
Explicitly specify break_on_hyphens=False in
Python 3.10 changed / fixed the `textwrap.wrap()` function's behavior,
which we rely on for our `DataURI.wrap()` method. We need to explicitly
specify `break_on_hyphens=False` in order to keep the previous behavior.
This fixes unittests on Python 3.10.wrap()
1 parent 6666666 commit 73b4ee6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments