17 Jan
2009
17 Jan
'09
2:18 a.m.
On Fri, Jan 16, 2009 at 3:04 PM, Johan Tibell <johan.tibell@gmail.com> wrote:
On Fri, Jan 16, 2009 at 11:53 AM, Bernie Pope <bjpop@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