Irmen de Jong <irmen.nos...@xs4all.nl> writes:
> I would use:
> test_dct.items() <= base_dct.items()

I think you need an explicit cast:

  set(test_dct.items()) <= set(base_dct.items())
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to