Skip to content

fix the stripping of the python libs version string

Isaak Lim requested to merge python_strip_string_fix into master

Fix the stripping of the python libs version string where subsequent numbers after 'rc' (release candidate) were not matched correctly. 3.5.3rc1 would be stripped to 3.5.31, where it should be 3.5.3

Merge request reports