Recommendations for module hierarchy names for Python parser
Henning Thielemann
schlepptop at henning-thielemann.de
Fri Jan 16 06:37:04 EST 2009
Bernie Pope schrieb:
> Or would it be better to have something like:
>
> Language.Python.Version30
> Language.Python.Version26
>
> In general my strategy has been to follow the structure of Language.C,
> but they appear to only have one version.
I think the version number should be part of the module name for the
reasons you mention. Is
Language.Python.30
Language.Python.26
also possible?
More information about the Libraries
mailing list