diff options
| author | Jason Madden <jamadden@gmail.com> | 2017-09-07 17:52:15 -0500 |
|---|---|---|
| committer | Jason Madden <jamadden@gmail.com> | 2017-09-07 17:52:15 -0500 |
| commit | c0807b6ca629731510ae41ccbcab27570d687546 (patch) | |
| tree | ce768e8ec100e65869e924dbe896ee367e86f056 /docs/Makefile | |
| parent | f2de4625c116085404958724468899dbe784bce6 (diff) | |
| download | zope-security-remove_u.tar.gz | |
Simplify _compat.py now that we only run on newer Pythonsremove_u
- We have u'literals' so we don't need a _u() function.
For the record the Emacs replacement regex was
`_u(\(['"]\)\([^)]*\)\1) -> u\1\2\1`. Amazingly, I typed that right
on the first try.
A few things were only used in one (test) file or function, so it was
better to keep the use, if any, local and out of the "public" api:
- We can use io.StringIO everywhere and it's fast. It was only
imported in one file anyway.
- We can just import pickle. It was only imported in one file anyway.
- TEXT was only used in one test function, `type(u'')` is just as
clear (especially since the usual name is `text_type`).
- reload was only used in one test function, so move the definition
there.
Diffstat (limited to 'docs/Makefile')
0 files changed, 0 insertions, 0 deletions
