I'm not getting any of these messages in current Python versions. I'll see
what
I can do as far as silencing these with the warnings module.
As for repr output, I'll check into that as well.
Cheers,
Dave
New issues:
- During the use of ply, I now get the following FutureWarning
messages (in Python 2.3.4):
/mnt/run/dhendriks/.local/lib/python2.3/site-packages/ply/yacc.py:132:
FutureWarning: %u/%o/%x/%X of negative int will return a signed string in
Python 2.4 and up
def format_result(r):
/mnt/run/dhendriks/.local/lib/python2.3/site-packages/ply/yacc.py:141:
FutureWarning: %u/%o/%x/%X of negative int will return a signed string in
Python 2.4 and up
def format_stack_entry(r):
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"ply-hack" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ply-hack?hl=en
-~----------~----~----~----~------~----~------~--~---