From: <mi...@st...> - 2003-04-11 11:42:38
|
Peter Hawkins wrote: > > Attached is a patch against 2.0.0pre07 which replaces instances of tuple() > with tuple([]). This is necessary since tuple() is not valid under > python 2.1. I've updated Lib/ldap/schema/tokenizer.py and Lib/ldap/schema/models.py to use (()) instead of tuple() for creating empty tuples. Please test! Ciao, Michael. |