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 larry, serhiy.storchaka
Date 2012-05-02.10:39:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335955185.14.0.566485631191.issue14705@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, I too have encountered this in the process of working on issue 14626. For this purpose it is appropriate to use a special converter (with 'O&'). I suppose it must be a strict сonverter; there is no point in specifying followlinks=[1, 2, 3]. If it is somewhere need a nonstrict ones -- use 'O' and then check the how to in this particular case.

Would be good to have a special letter for this format, but note that 'b' and 'B' are already used. It is better first to use the сonverter, and expand the format only when the enough number of uses.
History
Date User Action Args
2012-05-02 10:39:45serhiy.storchakasetrecipients: + serhiy.storchaka, larry
2012-05-02 10:39:45serhiy.storchakasetmessageid: <1335955185.14.0.566485631191.issue14705@psf.upfronthosting.co.za>
2012-05-02 10:39:44serhiy.storchakalinkissue14705 messages
2012-05-02 10:39:44serhiy.storchakacreate