ParseFromString returns bytes parsed (#5166)
* ParseFromString returns bytes parsed ParseFromString is documented as returning the number of bytes parsed, and the C++ implementation does this, so the Python implementation should too. See #5165. * Fix docstring * Add a test for ParseFromString length behaviorpull/5222/merge
parent
3f826a6dbf
commit
8d6f8df1ec
2 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue