Changes between Version 75 and Version 77 of Ticket #23919
- Timestamp:
- Jan 22, 2017, 6:07:05 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23919 – Description
v75 v77 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 36 * Replace `tempfile.mkdtemp` + remove with `tempfile.TemporaryDirectory` context manager [https://github.com/django/django/pull/7922 PR] 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.~~