The 'as' variable used in the bgps Open, Aggregator and Community classes
will generate a syntax error when used with python 2.6 (2.5 gives a
warning, the integrated python interpreter in eric - also 2.5 - already
bails out)
"as" will become a reserved keyword in python 2.6. See warning in python 2.5.2
'as' should be changed to something like 'asn' or 'asnumber' which works.
Original issue reported on code.google.com by mattia.r...@gmail.com on 19 Aug 2008 at 4:51
Original issue reported on code.google.com by
mattia.r...@gmail.com
on 19 Aug 2008 at 4:51