python changes

This commit is contained in:
Jie Luo 2016-05-11 16:39:50 -07:00
parent e1f588ae3c
commit e4ca694cdf

View File

@ -46,7 +46,11 @@
- TextFormat now supports reporting line/column numbers on errors.
Python (Beta)
* TODO(jieluo)
* Added JSON format for Any, Struct, Value and ListValue
* [ ] is now accepted for both repeated scalar fields and repeated message
fields in text format parser.
* Numerical field name is now supported in text format.
* Added DiscardUnknownFields API for python protobuf message.
Objective-C (Beta)
* Proto comments now come over as HeaderDoc comments in the generated sources