Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1739 by heiko.th...@gmail.com: Convert to Hex add 'L' suffix when input is bigger than 2^31-1
http://code.google.com/p/robotframework/issues/detail?id=1739

$ python --version
Python 2.7.3

$ pybot --version
Robot Framework 2.8.5 (Python 2.7.3 on linux2)


hex(0x7fffffff)
'0x7fffffff'
hex(0x80000000)
'0x80000000L'

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to