twitter-archive / commons

Twitter common libraries for python and the JVM (deprecated)
http://twitter.github.com/commons
Other
2.1k stars 565 forks source link

fix python twitter.common.string.basic_scanf #388

Closed santazhang closed 9 years ago

santazhang commented 9 years ago

ScanfResult has groups(), but not grouped().

https://github.com/twitter/commons/blob/caece3a053df29ac489d6bfc938f7f9f23b27e25/src/python/twitter/common/string/scanf.py#L23

Yasumoto commented 9 years ago

Thanks!