Ticket #1 (closed defect: fixed)
Several inplace operators not defined
| Reported by: | robertwb | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | 0.9.6.x |
| Component: | Parsing | Keywords: | |
| Cc: |
Description
The following produce error messages (regardless of a and n):
a <<= n a >>= n a **= n a //= n
http://docs.python.org/lib/module-operator.html
This is because Pyrex only supported single and two-character operators in its lexicon. (Of course, his should change.)
Change History
Note: See
TracTickets for help on using
tickets.
