Attention is currently required from: laforge.
1 comment:
File src/osmocom/utils.py:
Patch Set #1, Line 125: """unpad string on the right side -- reverse of rpad().
in which way is this different from the python standard library string. […]
hmm indeed .. still find it nice to have something called "unrpad()", after all rpad() is just val + c * (l - len(val)) ... but will just use rstrip in pysim, then, and avoid trivial dependencies.
To view, visit change 39600. To unsubscribe, or for help writing mail filters, visit settings.