[issue41186] distutils.version epoch compatibility

2020-07-01 Thread Bar Harel
Bar Harel added the comment: Actually, it looks like distutils days are quite over and pip itself uses setuptools with pypa packaging. I'll take the initiative and close this. -- resolution: -> wont fix stage: -> resolved status: open -> closed

[issue41186] distutils.version epoch compatibility

2020-07-01 Thread Bar Harel
New submission from Bar Harel : Is distutils.version aware of the PEP440 epoch version modifier? I haven't seen any reference to this. AFAIK pypa packaging does take it into consideration, but should the stdlib also care about it? I would like to believe pip takes it into consideration but n