From: Catalin Marinas Date: Thu, 1 Feb 2007 22:52:02 +0000 (+0000) Subject: set() is not a builtin function in Python 2.3 X-Git-Tag: v0.12~18 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/fba895f5f12a652c248b0fd02b7c41f8342cfbdc?hp=fba895f5f12a652c248b0fd02b7c41f8342cfbdc set() is not a builtin function in Python 2.3 This patch uses the sets.Set class rather than the builtin function. Signed-off-by: Catalin Marinas ---