SIGN IN SIGN UP

(Tkinter.py): Add support for Frame(w, class_="classname") as an alternative

to Frame(w, cnf={"class": "classname"}).  I think this is the only
	widget other than Toplevel that needs to be concerned about setting
	the widget's class (-class must be the first option on the Tcl
	widget creation command).
F
Fred Drake committed
41dc09d10ec7cadfb5a0185461e8cce91182bb20
Parent: 43a476a