[New-bugs-announce] [issue18076] Implement importlib.util.decode_source_bytes()

Brett Cannon report at bugs.python.org
Tue May 28 03:24:09 CEST 2013


New submission from Brett Cannon:

Right now importlib.abc.SourceLoader implements get_source(), but most of it is decoding bytes properly. That should probably be abstracted out to importlib.util so that it's available even for loaders which don't provide get_data() or get_filename().

----------
assignee: brett.cannon
components: Library (Lib)
messages: 190164
nosy: brett.cannon
priority: normal
severity: normal
stage: test needed
status: open
title: Implement importlib.util.decode_source_bytes()
type: enhancement
versions: Python 3.4

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


More information about the New-bugs-announce mailing list