[New-bugs-announce] [issue16107] distutils2.version doesn't str() "1.0.post1" correctly

Richard Jones report at bugs.python.org
Tue Oct 2 02:33:01 CEST 2012


New submission from Richard Jones:

The attached simple patch demonstrates the problem:

>>> str(NormalizedVersion('1.0.post1'))
'1.0.post1.z'

and includes a fix.

----------
assignee: eric.araujo
components: Distutils2
files: post-fix.patch
keywords: patch
messages: 171765
nosy: alexis, eric.araujo, richard, tarek
priority: normal
severity: normal
stage: patch review
status: open
title: distutils2.version doesn't str() "1.0.post1" correctly
type: behavior
Added file: http://bugs.python.org/file27381/post-fix.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16107>
_______________________________________


More information about the New-bugs-announce mailing list