Skip to content

String can now begin with number

Latest
Compare
Choose a tag to compare
@danielmuringe danielmuringe released this 27 Feb 20:58

Fixes

Make "invalid decimal" default to string

A string beginning with a number was registered as a float or int and hence raised SyntaxError. Now if the error is raised the value will default to a string.