Changes between Version 41 and Version 42 of Ticket #23919


Ignore:
Timestamp:
Jan 18, 2017, 4:33:20 PM (7 years ago)
Author:
Mariusz Felisiak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23919 – Description

    v41 v42  
    3535* Replace `io.open()` by a plain `open()` - [https://github.com/django/django/pull/7877 PR 7877]
    3636* Evaluate need for `assertRegex`, `assertRaisesRegex` in tests. Some usage is merely to account for differences in messages between Python 2 and 3.
    37 * `re.U`, `re.UNICODE` (default behavior of Python 3)
     37* `re.U`, `re.UNICODE` (default behavior of Python 3) - [https://github.com/django/django/pull/7879 PR 7879]
Back to Top