Skip Menu |
 

Date: Fri, 16 Dec 2011 22:03:07 -0500
From: Ezra Peisach <epeisach@MIT.EDU>
To: krb5-bugs@MIT.EDU
Subject: Test suite requires python 2.6 or better...
k5test.py uses itertools.permutations... This was new in python 2.6
(according to the python docs)
This code is used in t_crossrealm.py..

rhel 5 has python 2.4.2....

--Ezra
From: ghudson@mit.edu
Subject: SVN Commit

Avoid using itertools.permutations in k5test

k5test is only supposed to require Python 2.4, but cross_realms uses
itertools.permutations which is new in 2.6. Use a list display
instead.

https://github.com/krb5/krb5/commit/2240347dd3cd3f1f9a068a22df037f2428c7bd7f
Commit By: ghudson
Revision: 25592
Changed Files:
U trunk/src/util/k5test.py