Changes between Version 87 and Version 91 of Ticket #23919


Ignore:
Timestamp:
Jan 26, 2017, 1:17:14 PM (7 years ago)
Author:
Claude Paroz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23919 – Description

    v87 v91  
    1111 * either force/smart _text or force/smart _str [https://github.com/django/django/pull/7913 PR]
    1212* ~~`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.~~
    1414* ~~Stop using `django.utils.lru_cache`~~
    1515* ~~Figure the deprecation plan for `django.utils.lru_cache`~~ (staying for now)
     
    3434* ~~`django.utils.cookies.SimpleCookie`~~ (remains for Python 3.4 compatibility)
    3535* ~~`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~~
    3737* ~~Replace `io.open()` by a plain `open()`~~
    3838* ~~Evaluate need for `assertRegex`, `assertRaisesRegex` in tests. Some usage is merely to account for differences in messages between Python 2 and 3.~~
Back to Top