[GRASS-git] [OSGeo/grass-addons] 13a836: unicode() compatibility fix for Python-2/Python-3 ...
Markus Neteler
noreply at github.com
Wed Sep 16 22:17:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/OSGeo/grass-addons
Commit: 13a836766a5c107fd98ff94e4baa23acbaf8d7f3
https://github.com/OSGeo/grass-addons/commit/13a836766a5c107fd98ff94e4baa23acbaf8d7f3
Author: Markus Neteler <neteler at gmail.com>
Date: 2020-09-17 (Thu, 17 Sep 2020)
Changed paths:
M grass7/gui/wxpython/wx.stream/gui_modules/rstream_ImageViewer.py
M grass7/gui/wxpython/wx.wms/Makefile
M grass7/gui/wxpython/wx.wms/ServerInfoAPIs.py
M grass7/gui/wxpython/wx.wms/addserver.py
M grass7/gui/wxpython/wx.wms/parse.py
M grass7/raster/r.connectivity/r.connectivity.corridors/r.connectivity.corridors.py
M grass7/vector/v.rast.bufferstats/v.rast.bufferstats.py
Log Message:
-----------
unicode() compatibility fix for Python-2/Python-3 (#276)
* minor compile fixes
* unicode() compatibility fix for Python-2/Python-3
Uses compatibility test from
https://github.com/OSGeo/grass/blob/0a5097cd0e53f3df8285a3bef68b43e8050d273e/lib/python/script/core.py#L37
(and many other places in GRASS-core)
Fixes #274
More information about the grass-commit
mailing list