New submission from elmar:
Hi There,
I found the following bug, but have now idea where to search to fix this:
On Windows calling a python script from the command line with the line
importlib.util.find_spec("re") in it or using the standard python shell
and
Changes by elmar :
--
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
title: Windows importlib.util.find_spec("re") results in AttributeError: module
'importlib' has no attribute 'util' -> On Windows
importlib.util.find_spe
elmar added the comment:
thank you Steve for the explanation!
I was not aware that I should import sub modules explicitly like this.
especial because it worked on my development machine without doing so.
now I know.
Elmar
--
___
Python tracker
New submission from Elmar Zander :
The links in section "Resources" of PEP-0001 are all dead. They point to
www.python.org/dev/ and all return a 404. Most of them can still be
found via google archive.org, but that's not really how it should be. Maybe
some of them are already
New submission from Elmar Bucher :
When I try to comment out this little code by triple quotation,
I run into
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in
position 29-30: truncated \u escape
ls_tex = []
ls_tex.append(r'\usepackage{matht
Change by Elmar Bucher :
--
type: -> compile error
___
Python tracker
<https://bugs.python.org/issue40250>
___
___
Python-bugs-list mailing list
Unsubscrib