New issue 206 by ivan.ko...@gmail.com: Python: possible to set invalid enum
value
http://code.google.com/p/protobuf/issues/detail?id=206
It's currently possible to set an enum field to an invalid value. I think
it should throw ValueError instead.
https://code.google.com/apis/protocolbuffers/docs/reference/python-generated.html#enum
mentions that "A future version of the library may explicitly disallow
this."
Comment #1 on issue 206 by ken...@google.com: Python: possible to set
invalid enum value
http://code.google.com/p/protobuf/issues/detail?id=206
Petar, I believe you were already planning to address this? Or did we
decide that this change would break too many people?