MiGrid workspace where master branch is kept strictly in sync with SF upstream svn repo. Any development or experiments should use a branch. You probably want to fork your own clone or work e.g. on the edge branch if you wish to contribute.
GNU General Public License v2.0
4
stars
4
forks
source link
Adjust cloud integration to not explicitly do py2-specific string recoding that break on py3 #110
Switch cloud helpers over to force native string rather than the explicit forcing to py2-specific utf8 bytes. This will be needed to get the cloud integration functional on py3. Backported the actual force_native_str_rec wrapper from experimental for the purpose, but that's a minimal change as all the underlying helpers were already backported.
Switch cloud helpers over to force native string rather than the explicit forcing to py2-specific utf8 bytes. This will be needed to get the cloud integration functional on py3. Backported the actual
force_native_str_rec
wrapper from experimental for the purpose, but that's a minimal change as all the underlying helpers were already backported.