-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
next major: breaking changethis is a change that we should wait to bundle into the next major versionthis is a change that we should wait to bundle into the next major versiontype: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
I've just noticed that the generated classes mangle the license field name:
class Citation(proto.Message):
r"""Source attributions for content."""
...
license_: str = proto.Field(
proto.STRING,
number=5,
)I think this is incorrect. license is not a Python reserved keyword and it can definitely be used as an attribute name.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
next major: breaking changethis is a change that we should wait to bundle into the next major versionthis is a change that we should wait to bundle into the next major versiontype: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.