Currently we have units like us for microseconds. Since Python3 allows some symbols in variable names, we should add µs as an alias. There may be similar changes needed for the parsing code.
There may be other units where symbols in names are appropriate. Where possible, we should allow for this.
Currently we have units like
usfor microseconds. Since Python3 allows some symbols in variable names, we should addµsas an alias. There may be similar changes needed for the parsing code.There may be other units where symbols in names are appropriate. Where possible, we should allow for this.