Changes between Version 87 and Version 91 of Ticket #23919
- Timestamp:
- Jan 26, 2017, 1:17:14 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23919 – Description
v87 v91 11 11 * either force/smart _text or force/smart _str [https://github.com/django/django/pull/7913 PR] 12 12 * ~~`django.utils.html_parser.use_workaround`~~ 13 * `django.utils.http` functions like `urlquote_plus` -- I think the versions of these functions on Python 3 don't have the unicode characters bug we are working around.13 * ~~`django.utils.http` functions like `urlquote_plus` -- I think the versions of these functions on Python 3 don't have the unicode characters bug we are working around.~~ 14 14 * ~~Stop using `django.utils.lru_cache`~~ 15 15 * ~~Figure the deprecation plan for `django.utils.lru_cache`~~ (staying for now) … … 34 34 * ~~`django.utils.cookies.SimpleCookie`~~ (remains for Python 3.4 compatibility) 35 35 * ~~`django.test.mock`~~ 36 * Replace `tempfile.mkdtemp` + remove with `tempfile.TemporaryDirectory` context manager [https://github.com/django/django/pull/7922 PR]36 * ~~Replace `tempfile.mkdtemp` + remove with `tempfile.TemporaryDirectory` context manager~~ 37 37 * ~~Replace `io.open()` by a plain `open()`~~ 38 38 * ~~Evaluate need for `assertRegex`, `assertRaisesRegex` in tests. Some usage is merely to account for differences in messages between Python 2 and 3.~~