Changes between Version 69 and Version 75 of Ticket #23919


Ignore:
Timestamp:
Jan 21, 2017, 5:45:29 PM (7 years ago)
Author:
Mariusz Felisiak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23919 – Description

    v69 v75  
    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.~~
    39 * `re.U`, `re.UNICODE` (default behavior of Python 3) - [https://github.com/django/django/pull/7879 PR 7879]
     39* ~~`re.U`, `re.UNICODE` (default behavior of Python 3)~~ - [https://github.com/django/django/pull/7879 PR 7879]
Back to Top