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.

作者 serhiy.storchaka
收信人 larry, serhiy.storchaka
日期 2012-05-02.10:39:44
SpamBayes Score -1.0
Marked as misclassified
Message-id <1335955185.14.0.566485631191.issue14705@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2012-05-02 10:39:45serhiy.storchaka修改recipients: + serhiy.storchaka, larry
2012-05-02 10:39:45serhiy.storchaka修改messageid: <1335955185.14.0.566485631191.issue14705@psf.upfronthosting.co.za>
2012-05-02 10:39:44serhiy.storchaka链接issue14705 messages
2012-05-02 10:39:44serhiy.storchaka创建