[QGIS Commit] [qgis/Quantum-GIS] 192e13: replace foo.replace( QRegExp(regexp), bar) with re...

GitHub noreply at github.com
Sat Jun 15 13:46:57 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/qgis/Quantum-GIS
  Commit: 192e13013b24d8c3be3584555db11b9ab61dec37
      https://github.com/qgis/Quantum-GIS/commit/192e13013b24d8c3be3584555db11b9ab61dec37
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2013-06-15 (Sat, 15 Jun 2013)

  Changed paths:
    M python/plugins/GdalTools/tools/doFillNodata.py
    M python/plugins/GdalTools/tools/doTranslate.py
    M python/plugins/db_manager/dlg_sql_window.py

  Log Message:
  -----------
  replace foo.replace( QRegExp(regexp), bar) with re.sub(regexp,bar,foo) (fixes #8066)





More information about the QGIS-commit mailing list