On 11/12/2010 10:42 AM, [email protected] wrote:
Author: rgheck
Date: Fri Nov 12 16:42:50 2010
New Revision: 36267
URL: http://www.lyx.org/trac/changeset/36267

Log:
Fix python 3 deprecation warning.

I wonder if we might run python with the "-3" flag in development versions. This apparently tells you about things that are illegal in python 3, so you can fix them. In this case, it is the "dict.has_key(key)" construction, which is supposed to be replaced with: key in dict.

Richard

Reply via email to