Nick Coghlan gmail.com> writes:
> - a reference implementation (I'm hoping Vinay will be willing to step
> up to the plate with distlib again on that front)
First cut, done :-)
I updated distlib's implementation to:
- include the local component in NormalizedVersion
- allow single numeric comp
I just pushed a new draft of PEP 440 live:
http://www.python.org/dev/peps/pep-0440/
Relative to the version I posted just before Christmas, the main
significant change is the inclusion of version epochs as part of the
spec.
In 99.9% of cases, those won't be needed and can be ignored. However,
I'm