[New-bugs-announce] [issue33917] idlelib/idle_test/template.py has invalid syntax

Matthias Klose report at bugs.python.org
Wed Jun 20 12:54:43 EDT 2018


New submission from Matthias Klose <doko at debian.org>:

Seen with the 3.6 branch and the 3.7 branch at least. This file is installed by default, so should be valid syntax?  If it's supposed to be that way, maybe call the template like template.py.in?


  Unpacking libpython3.6-testsuite (3.6.6~rc1-3) ...
  Setting up libpython3.6-testsuite (3.6.6~rc1-3) ...
    File "/usr/lib/python3.6/idlelib/idle_test/template.py", line 3
      from idlelib import
                        ^
  SyntaxError: invalid syntax

----------
assignee: terry.reedy
components: IDLE
keywords: 3.6regression, 3.7regression
messages: 320099
nosy: doko, terry.reedy
priority: release blocker
severity: normal
status: open
title: idlelib/idle_test/template.py has invalid syntax

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33917>
_______________________________________


More information about the New-bugs-announce mailing list