1.9 - modify frozen object exception

In 1.9, I notice that the exception that is raised for trying to modify
a frozen object is now RuntimeError instead of TypeError. Is this likely
to be a permanent change?

On Sep 29, 2007, at 13:46 , Tim H. wrote:

In 1.9, I notice that the exception that is raised for trying to
modify a frozen object is now RuntimeError instead of TypeError. Is
this likely to be a permanent change?

From ChangeLog: