Roundup Tracker - Issues

Message3544

Author tobias-herp
Recipients tobias-herp
Date 2009-02-15.20:49:46
Message-id <1234730988.43.0.077998215106.issue2550503@psf.upfronthosting.co.za>
In-reply-to
Roundup supports Python versions 2.3 ff; this yields some compatibility
issues:

- the md5 and sha modules are deprecated as of Python 2.6,
  but the hashlib modules is not available before Python 2.5

- as of Python 2.6, the sets module is deprecated;
  the built-in set type should be used instead of sets.Set

This patch adds a compatibility layer to handle the Python version
issues; the modules in the anypy package provide only the functionality
which is in fact used by roundup.
History
Date User Action Args
2009-02-15 20:49:48tobias-herpsetmessageid: <1234730988.43.0.077998215106.issue2550503@psf.upfronthosting.co.za>
2009-02-15 20:49:48tobias-herpsetrecipients: + tobias-herp
2009-02-15 20:49:48tobias-herplinkissue2550503 messages
2009-02-15 20:49:48tobias-herpcreate