From efe28d3f566a00e76ae589a3f93be8079a638ca8 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 4 Feb 2019 19:50:30 -0500 Subject: Refs #27753 -- Removed django.utils._os.abspathu(), upath(), and npath(). --- docs/releases/3.0.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index 7801db12f2..763c3ec5c0 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -257,6 +257,11 @@ Django 3.0, we're removing these APIs at this time. * ``django.utils.decorators.available_attrs()`` - This function returns ``functools.WRAPPER_ASSIGNMENTS``. +* ``django.utils._os.abspathu()`` - Alias of :func:`os.path.abspath`. + +* ``django.utils._os.upath()`` and ``npath()`` - These functions do nothing on + Python 3. + Miscellaneous ------------- -- cgit v1.3