[issue17509] Incorrect package version predicate parsing by distutils

2013-03-22 Thread ILja Orlovs
ILja Orlovs added the comment: Whoops. Sorry. My bad than. -- resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue17509] Incorrect package version predicate parsing by distutils

2013-03-21 Thread ILja Orlovs
New submission from ILja Orlovs: When `requires` list is present in the `distutils.core.setup` object, each element of that list is being parsed by `VersionPredicate` object (located in the `distutils/versionpredicate.py` file). In its `__init__` method, the VersionPredicate uses