[Distutils] PEP 386 and post-releases

Donald Stufft donald.stufft at gmail.com
Sun Feb 3 06:48:31 CET 2013


On Sunday, February 3, 2013 at 12:43 AM, Nick Coghlan wrote:
> In re-reading PEP 386, I noticed that the "Version Specifiers" section
> explicitly excludes post releases like "2.5.post1" or "2.5.1.post1"
> from matching a request for "2.5". I can understand excluding all
> pre-releases from a general request like "2.5", but why exclude post
> releases? Aren't those intended to fix minor release issues that don't
> warrant a version number bump? As in, if I have a choice between
> "2.5", "2.5.post1" and "2.5.post2", isn't "2.5.post2" going to be the
> one I want, rather than "2.5"?
> 
> Cheers,
> Nick.
> 
> -- 
> Nick Coghlan | ncoghlan at gmail.com (mailto:ncoghlan at gmail.com) | Brisbane, Australia
> _______________________________________________
> Distutils-SIG maillist - Distutils-SIG at python.org (mailto:Distutils-SIG at python.org)
> http://mail.python.org/mailman/listinfo/distutils-sig
> 
> 

I agree with this understanding fwiw. Makes sense to me. 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20130203/68959fcf/attachment.html>


More information about the Distutils-SIG mailing list