
On Mon, Jan 05, 2009 at 11:00:23AM -0800, Bill Fenner wrote:
On Mon, Jan 5, 2009 at 12:50 AM, Juergen Schoenwaelder
I also noticed that dump-python generates output like
"reference>" : """RFC 4271, Section 4.2, 'BGP Identifier'.""",
and somehow it looks like "reference>" should really be "reference" (and now I notice that the same happens in dump-perl). Shall this be fixed or does this break scripts?
I think it should be fixed, and any scripts should get fixed too, but I don't know how many people are using this output in what way. My script doesn't need to be fixed -- right now it would just ignore "reference>" --
object.reference = nodeinfo.get('reference', '')
I agree - I assume people discovering the bad spelling would have notified us to get this fixed and so I conclude that nobody every discovered this and hence nothing can break by fixing this. Patch committed.
/js