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.

作者 rhettinger
收信人 fredrikj, loewis, mark.dickinson, rhettinger, terry.reedy, vstinner
日期 2008-10-14.18:03:23
SpamBayes Score 0.017927654
Marked as misclassified
Message-id <1224007404.6.0.808047621361.issue3439@psf.upfronthosting.co.za>
In-reply-to
内容
Properties can be made read-only.  Also, there is a good precedent: 
c=4+5j; print c.real
历史
日期 用户 动作 参数
2008-10-14 18:03:24rhettinger修改recipients: + rhettinger, loewis, terry.reedy, mark.dickinson, vstinner, fredrikj
2008-10-14 18:03:24rhettinger修改messageid: <1224007404.6.0.808047621361.issue3439@psf.upfronthosting.co.za>
2008-10-14 18:03:24rhettinger链接issue3439 messages
2008-10-14 18:03:23rhettinger创建