Oh, you're right. The corresponding method is already named GetFlightInfo.
Regards Antoine. Le 02/04/2019 à 15:37, Wes McKinney a écrit : > FlightGetInfo is a message so if we are going to change the name, we > should make it more noun-like, such as FlightInfo. > > On Tue, Apr 2, 2019 at 7:08 AM Antoine Pitrou <anto...@python.org> wrote: >> >> >> If we change it, I vote for GetFlightInfo. >> >> Regards >> >> Antoine. >> >> >> Le 02/04/2019 à 14:07, ming zhang a écrit : >>> Hi >>> >>> The name of FlightGetInfo is kind of strange. It is a noun+verb+noun, which >>> is not consistent with others like FlightData, FlightDescriptor, etc. The >>> 1st impression is that this is a method, not a message, since other methods >>> are verb+noun. >>> >>> Should FlightGetInfo to be FlightInfo? >>> >>> Thanks >>> Ming >>>