Menu

Commit [r25634]  Maximize  Restore  History

Ported r25633 from the 3.3.0 tag.

The command used was:
svn merge -r25632:25633 svn+ssh://bugman@.../svn/relax/tags/3.3.0 .

.....
r25633 | bugman | 2014-09-04 16:40:11 +0200 (Thu, 04 Sep 2014) | 6 lines
Changed paths:
M /tags/3.3.0/dep_check.py

Python 3 fix.

The cmp(v1, v2) notation in the dep_check.version_comparison() function has been replaced with
(v1 > v2) - (v1 < v2). This allows relax to run on Python 3.
.....

bugman 2014-09-04

changed /trunk/dep_check.py
/trunk/dep_check.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.