Comment 21 for bug 1774843

Revision history for this message
Brian Murray (brian-murray) wrote :

I successfully performed the verification on Ubuntu 20.04 LTS.

Get:1 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 python3-apport all 2.20.11-0ubuntu27.3 [83.8 kB]
Fetched 83.8 kB in 1s (117 kB/s)
(Reading database ... 307919 files and directories currently installed.)
Preparing to unpack .../python3-apport_2.20.11-0ubuntu27.3_all.deb ...
Unpacking python3-apport (2.20.11-0ubuntu27.3) over (2.20.11-0ubuntu27.2) ...
Setting up python3-apport (2.20.11-0ubuntu27.3) ...
bdmurray@clean-bionic-amd64:~$ python3.7 -c 'print hello'
  File "<string>", line 1
    print hello
              ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(hello)?