mirror of
https://github.com/python/cpython.git
synced 2026-06-03 10:10:22 -04:00
b4ba0f73d6
* When called with a single argument to get a value, it allow to omit the minus prefix. * It can be called with keyword arguments to set attributes. * w.wm_attributes(return_python_dict=True) returns a dict instead of a tuple (it will be the default in future). * Setting wantobjects to 0 no longer affects the result.