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 christian.heimes
Recipients _doublep, christian.heimes, gvanrossum
Date 2007-11-10.21:32:39
SpamBayes Score 0.08714512
Marked as misclassified No
Message-id <1194730360.05.0.177321631043.issue1416@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed a typo:

+PyDoc_STRVAR(getter_doc,
+            "Descriptor to change the setter on a property.");
                                      ^^^
Files
File name Uploaded
propset4.diff christian.heimes, 2007-11-10.21:32:39
History
Date User Action Args
2007-11-10 21:32:40christian.heimessetspambayes_score: 0.0871451 -> 0.08714512
recipients: + christian.heimes, gvanrossum, _doublep
2007-11-10 21:32:40christian.heimessetspambayes_score: 0.0871451 -> 0.0871451
messageid: <1194730360.05.0.177321631043.issue1416@psf.upfronthosting.co.za>
2007-11-10 21:32:40christian.heimeslinkissue1416 messages
2007-11-10 21:32:39christian.heimescreate