[issue31318] Windows importlib.util.find_spec("re") results in AttributeError: module 'importlib' has no attribute 'util'

2017-08-31 Thread elmar
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

[issue31318] On Windows importlib.util.find_spec("re") results in AttributeError: module 'importlib' has no attribute 'util'

2017-08-31 Thread elmar
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

[issue31318] On Windows importlib.util.find_spec("re") results in AttributeError: module 'importlib' has no attribute 'util'

2017-09-01 Thread elmar
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

[issue13075] PEP-0001 contains dead links

2011-09-30 Thread Elmar Zander
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

[issue40250] unable to comment out r'\u' string with triple quote marks

2020-04-10 Thread Elmar Bucher
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

[issue40250] unable to comment out r'\u' string with triple quote marks

2020-04-10 Thread Elmar Bucher
Change by Elmar Bucher : -- type: -> compile error ___ Python tracker <https://bugs.python.org/issue40250> ___ ___ Python-bugs-list mailing list Unsubscrib