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 kristjan.jonsson
Recipients andrea.corbellini, belopolsky, georg.brandl, kristjan.jonsson, pitrou, terry.reedy, warp10, ysj.ray
Date 2010-08-06.20:34:00
SpamBayes Score 7.670234e-08
Marked as misclassified No
Message-id <1281126843.81.0.812969973086.issue9417@psf.upfronthosting.co.za>
In-reply-to
Content
What about my suggestion of simply providing a convention on how to disable links manually, similar to how minidom.document does it with an "unlink" method?  If these cases are documented, then there shouldn't be any extra bother to do so.
We could provide an builtin unlink() function that calls any __unlink__ special method if present.

This sounds like a feature request, really, and one that is unlikely to get accepted since it sort of exposes an implementation detail of C python.  Oh well.
History
Date User Action Args
2010-08-06 20:34:03kristjan.jonssonsetrecipients: + kristjan.jonsson, georg.brandl, terry.reedy, belopolsky, pitrou, andrea.corbellini, ysj.ray, warp10
2010-08-06 20:34:03kristjan.jonssonsetmessageid: <1281126843.81.0.812969973086.issue9417@psf.upfronthosting.co.za>
2010-08-06 20:34:01kristjan.jonssonlinkissue9417 messages
2010-08-06 20:34:00kristjan.jonssoncreate