Re: [Pyparsing] PEP-8 compliant naming, using synonyms
Brought to you by:
ptmcg
From: Ralph C. <ra...@in...> - 2008-03-08 13:09:56
|
Hi Paul, > So I've considered adding PEP-8 compliant synonym definitions to > pyparsing. This would consist of a series of name bindings added to > pyparsing that look like: > > one_of = oneOf > quoted_string = quotedString > delimited_list = delimitedList > rest_of_line = restOfLine I think it's well worth doing this. First impressions count, and seeing non-PEP-8 stuff is a distraction. The idea of issuing a deprecated warning in the future is a good one too. Cheers, Ralph. |