Changes between Version 12 and Version 13 of Ticket #23919


Ignore:
Timestamp:
Sep 24, 2015, 9:50:05 AM (9 years ago)
Author:
Tim Graham
Comment:

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.
     1This 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.
    22
    33* `django.core.mail.message.make_msgid()` #23905
     
    1414* `django.utils.lru_cache`
    1515* `django.utils.six`
    16 * Change `inspect.getargspec()` (deprecated since 3.0) to `inspect.getfullargspec()`
    1716* `from __future__ import unicode_literals`
    1817* `str()` stuff for environment variables, e.g. 0bfb53866199f366ed140d49938fd185e5898156
     
    2120* `django.utils._os [npath,upath]`
    2221* In tests: `contextlib.closing(self.urlopen` (`contextlib.closing` no longer needed)
     22* Support for pysqlite (doesn't support Python 3)
Back to Top