Ticket #1 (closed defect: fixed)

Opened 23 months ago

Last modified 19 months ago

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

Changed 22 months ago by robertwb

  • status changed from new to closed
  • resolution set to fixed

Changed 19 months ago by robertwb

  • milestone set to 0.9.6.x
Note: See TracTickets for help on using tickets.