This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients serhiy.storchaka, terry.reedy, yselivanov
Date 2018-10-12.18:27:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539368878.24.0.788709270274.issue34966@psf.upfronthosting.co.za>
In-reply-to
Content
What do you mean by 'does not work'.

Alias of function in same namespace.

|  itemconfig = itemconfigure(self, index, cnf=None, **kw)
|  
|  itemconfigure(self, index, cnf=None, **kw)
|      Configure resources of an ITEM.

Alias of function in inherited namespace.

|  lift = tkraise(self, aboveThis=None)
|      Raise this widget in the stacking order.

This is also marked as an alias.  The difference is the inclusions of the docstring of the original.  I think it should be, since it would not otherwise be present in the help output.
History
Date User Action Args
2018-10-12 18:27:58terry.reedysetrecipients: + terry.reedy, serhiy.storchaka, yselivanov
2018-10-12 18:27:58terry.reedysetmessageid: <1539368878.24.0.788709270274.issue34966@psf.upfronthosting.co.za>
2018-10-12 18:27:58terry.reedylinkissue34966 messages
2018-10-12 18:27:58terry.reedycreate