Changes between Version 12 and Version 13 of Ticket #23919
- Timestamp:
- Sep 24, 2015, 9:50:05 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23919 – Description
v12 v13 1 This is a tracking ticket of things that we can remove when we drop Python 2 compatibility (in a few years or so). Please edit the description of the ticket as you come across new items.1 This is a tracking ticket of things that we can remove when we drop Python 2 compatibility in Django 2.0. Please edit the description of the ticket as you come across new items. 2 2 3 3 * `django.core.mail.message.make_msgid()` #23905 … … 14 14 * `django.utils.lru_cache` 15 15 * `django.utils.six` 16 * Change `inspect.getargspec()` (deprecated since 3.0) to `inspect.getfullargspec()`17 16 * `from __future__ import unicode_literals` 18 17 * `str()` stuff for environment variables, e.g. 0bfb53866199f366ed140d49938fd185e5898156 … … 21 20 * `django.utils._os [npath,upath]` 22 21 * In tests: `contextlib.closing(self.urlopen` (`contextlib.closing` no longer needed) 22 * Support for pysqlite (doesn't support Python 3)