[New-bugs-announce] [issue20839] pkgutil.get_loader throws deprecation warning due to internal deprecation

Armin Ronacher report at bugs.python.org
Mon Mar 3 08:43:56 CET 2014


New submission from Armin Ronacher:

pkgutil.get_loader calls
pkgutil.find_loader which calls
importlib.find_loader

The latter logs a deprecation warning about it being replaced by importlib.util.find_spec.

This is a regression in 3.4 as far as I can see.

----------
keywords: 3.4regression
messages: 212615
nosy: aronacher
priority: normal
severity: normal
status: open
title: pkgutil.get_loader throws deprecation warning due to internal deprecation
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20839>
_______________________________________


More information about the New-bugs-announce mailing list