Recommendations for module hierarchy names for Python parser
Johan Tibell
johan.tibell at gmail.com
Fri Jan 16 09:04:53 EST 2009
On Fri, Jan 16, 2009 at 11:53 AM, Bernie Pope <bjpop at csse.unimelb.edu.au> wrote:
> Would it be better to have:
>
> Language.Python30 -- for version 3.0
>
> and say:
>
> Language.Python26 -- for version 2.6
>
> 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?
Cheers,
Johan
More information about the Libraries
mailing list