Is there a reason that dev has a preceeding dot, w...
# development
w
Is there a reason that dev has a preceeding dot, while a and rc don't?
c
I think that's just how https://peps.python.org/pep-0440/ does it:
[N!]N(.N)*[{a|b|rc}N][.postN][.devN]
☝️ 1
w
Ah, I knew I’d seen it somewhere…
h
There was a specific reason, IIRC it had to do with string sorting of versions matching their semantic ordering