Public bug reported:

Binary package hint: python-pyglet

In pyglet/font/base.py, line 77 is:

    if left == _CR and right == LF:

It rather should be:

    if left == _CR and right == _LF:

** Affects: pyglet (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Typo in pyglet/font/base.py
https://bugs.launchpad.net/bugs/628772
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to