[issue9164] 2.7 sysconfig should handle arch duplicates while building universal on OS X

2010-07-06 Thread Ronald Oussoren
Ronald Oussoren added the comment: BTW. A cleaner replacement is: archs = tuple(sorted(set(archs))) (That is, sorted works on arbitrary iterables) Tarek: is using "set()" acceptable in the distutils sources? -- nosy: +tarek ___ Python tracker <

<    1   2