Roundup Tracker - Issues

Message2633

Author calvin
Recipients
Date 2003-08-12.08:03:27
Message-id
In-reply-to
Logged In: YES 
user_id=9205

Marking long hex values explicitely as a long with 'L' is a
core language feature. It is described in the Python
documentation here:
http://www.python.org/doc/current/ref/integers.html

So even without testing (I have no Windows available here ;)
I would say yes, this patch will work with win32 extension
installed.
And the same type of patch was applied to nearly all Python
modules using long hex values, for example in the msgfmt.py
tool.
History
Date User Action Args
2009-02-03 14:22:52adminlinkissue786711 messages
2009-02-03 14:22:52admincreate