Hello, A strange thing happened today: >>> x = LocationProxy(None, "foo", "bar") >>> x is None False >>> x == None True Is this OK or I'm just missing something? -- Best regards, Adam mailto:agroszer at gmail.com