Re: [IronPython] New language features to support VS

2007-11-06 Thread Dino Viehland
ncourage not using static compilation :). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, November 06, 2007 11:04 AM To: Discussion of IronPython Subject: [IronPython] New language features to support VS I noticed some unu

[IronPython] New language features to support VS

2007-11-06 Thread David . Lawler
I noticed some unusual things in the python source recently while playing with/learning about the IronPython integration in VS 2008 Beta 2: """type(_button1) == System.Windows.Forms.Button, type(_label1) == System.Windows.Forms.Label""" __slots__ = ['_button1', '_label1'] @returns @accepts I un