On Thu, May 14, 2009 at 06:09, Alan Bromborsky <abro...@verizon.net> wrote:
>
> Which is the best python group/list to make the suggestion to that in
> future versions of python operator precedence for overloaded operators
> in classes should be programmable?

As I've told you before, you can't make operator precedence change
depending on the types of the operands. This is not a Python
limitation, but a limitation for basically all languages. If you just
want to change the precedence in general on the fly, that's feasible.
The place to suggest new ideas for Python would be python-ideas.
However, this has been suggested before and rejected, so don't bother.
Please look at the packages I've pointed you to that will let you do
what you want right now.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to