Public bug reported:

Binary package hint: qbzr

qlog search not working correctly in lucid. It only matches the last
part of a field it's searching. eg. if you search for 'a' it will find
'ba' but not 'ab'.

This is due to a change in the behaviour of pythons fnmatch.translate.
Previously fnmatch.translate('a') == 'a$'. This has changed in lucid.
Now  fnmatch.translate('a') == 'a\\Z(?ms)'

qlog did .rstrip('$') so that it would match anywhere. This no longer
works.

** Affects: qbzr
     Importance: Undecided
         Status: New

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

** Also affects: qbzr
   Importance: Undecided
       Status: New

-- 
qlog search not working correctly.
https://bugs.launchpad.net/bugs/575338
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to