When I parse a version string into a SemVer dict, I would expect str(semver_variable) to return a concatenated string.
Is there a best practice here? I'd really like to store my variable as a SemVer, but I have to print it often, so having a simple pattern for doing so would be great.
When I parse a version string into a
SemVerdict, I would expectstr(semver_variable)to return a concatenated string.Is there a best practice here? I'd really like to store my variable as a SemVer, but I have to print it often, so having a simple pattern for doing so would be great.