Roundup Tracker - Issues

Issue 2550873

classification
sets module deprecated since python v2.6
Type: Severity: normal
Components: Versions: devel
process
Status: closed fixed
:
: jerrykan : jerrykan
Priority: normal : Effort-Low, patch

Created on 2015-02-28 05:33 by jerrykan, last changed 2015-08-09 12:51 by jerrykan.

Files
File name Uploaded Description Edit Remove
issue2550873-1.patch jerrykan, 2015-02-28 06:52
Messages
msg5235 Author: [hidden] (jerrykan) Date: 2015-02-28 05:33
The sets module has been deprecated since python v2.6 but the set
builtin has been available since python v2.4, so it should be safe to
remove 'roundup/anypy/sets_.py'
msg5237 Author: [hidden] (jerrykan) Date: 2015-02-28 06:52
Patch to remove 'roundup/anypy/sets_.py'
msg5348 Author: [hidden] (jerrykan) Date: 2015-08-09 12:51
Patch push with commit r868db43b30

 
http://sourceforge.net/p/roundup/code/ci/868db43b302af09dc1fb603f8c9d164008bf4f0b/
History
Date User Action Args
2015-08-09 12:51:36jerrykansetstatus: new -> closed
resolution: fixed
2015-08-09 12:51:13jerrykansetmessages: + msg5348
2015-02-28 06:52:47jerrykansetkeywords: + patch
files: + issue2550873-1.patch
messages: + msg5237
2015-02-28 05:33:56jerrykancreate