_google/grumpy#185 opened on Jan 21, 2017 by @S-YOU_ - Still finding way to monkey patch properly. - Temporarily put the file in pypy, please do not merge. ``` % make run import stringformat print ['{a:5} {} {:d} {:<10}'.format("abcd", 1234, "a", a=42)] [' 42 abcd 1234 a '] ```
google#185 opened on Jan 21, 2017 by @S-YOU