Ticket #1 (closed defect: fixed)

Opened 8 months ago

Last modified 5 months ago

Several inplace operators not defined

Reported by: robertwb Assigned to: somebody
Priority: major Milestone: 0.9.6.x
Component: Parsing Version:
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

06/06/2008 11:52:29 PM changed by robertwb

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

08/18/2008 08:55:36 PM changed by robertwb

  • milestone set to 0.9.6.x.