Changes between Version 75 and Version 77 of Ticket #23919


Ignore:
Timestamp:
Jan 22, 2017, 6:07:05 AM (7 years ago)
Author:
ChillarAnand
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23919 – Description

    v75 v77  
    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
     36* Replace `tempfile.mkdtemp` + remove with `tempfile.TemporaryDirectory` context manager [https://github.com/django/django/pull/7922 PR]
    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