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 serhiy.storchaka
Recipients eli.bendersky, larry, scoder, serhiy.storchaka
Date 2015-04-05.09:53:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428227612.46.0.601707502732.issue20159@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch. Converted __init__ methods and removed explicit declarations of self parameters. SubElement and Element.__init__ still are not converted, as they need the support of **kwargs.
History
Date User Action Args
2015-04-05 09:53:33serhiy.storchakasetrecipients: + serhiy.storchaka, scoder, larry, eli.bendersky
2015-04-05 09:53:32serhiy.storchakasetmessageid: <1428227612.46.0.601707502732.issue20159@psf.upfronthosting.co.za>
2015-04-05 09:53:32serhiy.storchakalinkissue20159 messages
2015-04-05 09:53:32serhiy.storchakacreate