Nuacht

For Python, when including_default_value_fields is set to True, json_format currently emits the default values for the primitive types, so I think it's more consistent to emit the equivalent "default" ...
Allow using enum elements as default values for Python functions. Enum values are just (integer) constants in Python and so can be used as the function default values just as well as literal numbers, ...