Updates:
        Status: Accepted
        Labels: -Priority-Medium Priority-Low Target-2.8.6

Comment #1 on issue 1739 by jussi.ao...@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

As robot just uses directly python, this is sort of a python bug actually. It doesnt make sense to add that L to strings.

The actual limit depends from sys.maxint which again depends on whether you are running on 32bit or 64bit python.

hex(sys.maxint+1) and also oct(sys.maxint+1) add that L. We can strip it away in future.

--
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