Comment 2 for bug 628070

Revision history for this message
Juanje Ojeda (juanje) wrote :

I can confirm this bug:

 * Ubuntu Version: (lsb_release -a)
Distributor ID: Ubuntu
Description: Ubuntu 10.04.1 LTS
Release: 10.04
Codename: lucid

 * Package version: (dpkg -l python-pygame)
python-pygame 1.9.1release-0ubuntu1

And I can confirm as well the problem is the method "font.set_underline()" when the argument passed is True (True or 1) it crash. If the argument is False (False or 0) it seems to work just fine. At least it doesn't crash.