[issue3077] h2py char literal doesn work

2009-07-03 Thread Ezio Melotti
Changes by Ezio Melotti : -- priority: -> normal versions: +Python 2.7 -Python 2.5 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue3077] h2py char literal doesn work

2008-06-11 Thread Gabriel
Changes by Gabriel <[EMAIL PROTECTED]>: -- keywords: +patch Added file: http://bugs.python.org/file10579/h2py.py.patch ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3077] h2py char literal doesn work

2008-06-11 Thread Gabriel
New submission from Gabriel <[EMAIL PROTECTED]>: Tools/scripts/h2py.py doesn't work with char literals in a define. This was first reported in the following post : http://mail.python.org/pipermail/python-list/2005-September/340608.html The fix works, I have included the patch as h2py.py.patch2.