On 2 September 2014 16:43, Marius Gedminas <[email protected]> wrote: > Minor nit: http://legacy.python.org/dev/peps/pep-0440/#final-releases > still uses the older > > N[.N]+ > > spelling, which perhaps should be changed to > > N(.N)* > > to be consistent with > http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers > and to make it more apparent at a glance that one number with no dots is > also a valid version identifier.
Indeed, I missed that reference when we made the change to allow Firefox/Chrome style version numbers. Fixed in http://hg.python.org/peps/rev/ff38b758e584 Thanks for pointing it out! Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia _______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
