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 cool-RR
Recipients cool-RR, yselivanov
Date 2014-10-03.16:45:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412354752.89.0.36993157173.issue22547@psf.upfronthosting.co.za>
In-reply-to
Content
I think the point of `__init__` is to know what the object is, and if you're hiding the values then someone has to access the attributes to find out the values and that sucks.
History
Date User Action Args
2014-10-03 16:45:52cool-RRsetrecipients: + cool-RR, yselivanov
2014-10-03 16:45:52cool-RRsetmessageid: <1412354752.89.0.36993157173.issue22547@psf.upfronthosting.co.za>
2014-10-03 16:45:52cool-RRlinkissue22547 messages
2014-10-03 16:45:52cool-RRcreate