Recommendations for module hierarchy names for Python parser

Bas van Dijk v.dijk.bas at gmail.com
Fri Jan 16 13:18:11 EST 2009


On Fri, Jan 16, 2009 at 3:04 PM, Johan Tibell <johan.tibell at gmail.com> wrote:
> On Fri, Jan 16, 2009 at 11:53 AM, Bernie Pope <bjpop at csse.unimelb.edu.au> wrote:
>> Or would it be better to have something like:
>>
>>  Language.Python.Version30
>>  Language.Python.Version26
>
> Couldn't this lead to ambiguities (quite far) down the road? For
> example between Python 26.1 and Python 2.61?

Maybe use underscores to separate the digits:

Language.Python.Version3
Language.Python.Version2_6

Bas


More information about the Libraries mailing list