This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] New python module gdb.types


On Fri, Oct 8, 2010 at 3:18 PM, Doug Evans <dje@google.com> wrote:
>>> +@item make_enum_dict (@var{enum_type})
>>> +Return a dictionary made from @var{enum_type}.
>>
>> Same here: at the very least we should say what is a "dictionary" in
>> this context.
>
> The context is python and in the python context "dictionary" is quite
> specific, it's a builtin type.
>
> What if it said the following instead?
>
> Return a python dictionary made from @var{enum_type}.

Or rather

Return a Python dictionary made from @var{enum_type}.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]