Menu

#69 Pyparsing deprecated itself

v1.0 (example)
closed
None
5
2014-08-13
2014-03-30
No

I'm getting errors in a pyparsing-using project of the kind:

doctest:2853: DeprecationWarning: Operator '<<' is deprecated, use '<<=' instead

It seems that pyparsing deprecated shift but is still using it. Attached trivial patch fixes this.

1 Attachments

Discussion

  • Paul McGuire

    Paul McGuire - 2014-04-13
    • status: open --> closed
    • assigned_to: Paul McGuire
     
  • Paul McGuire

    Paul McGuire - 2014-04-13

    Fixed in 2.0.2

     

Log in to post a comment.