Skip to content
  • Jean-Francois Dockes's avatar
    Python3 port: · ec68abe1
    Jean-Francois Dockes authored
    - Updated bottle module to 0.12.13.
    - bottle: include header ... -> include('header', ...)
    - Imported up to date version of rclconfig.py (+ conftree.py)
    - Adapt urllib imports
    - Needed explicit integer division in places (//)
    - Recoll result records contain utf-8 bytes: can't mix with 'xx' need b'xx'
    - has_key -> in
    - StringIO -> io.StringIO
    ec68abe1