Creating a reliable sandboxed Python environment

Paul Rubin no.email at nospam.invalid
Fri May 29 14:33:31 EDT 2015


Chris Angelico <rosuav at gmail.com> writes:
> Looks to me as if Lua doesn't have integers at all

They fixed that in Lua 5.3:

  http://www.lua.org/manual/5.3/readme.html#changes

> Likewise, eight-bit strings, not Unicode. 

Also fixed in 5.3 (basic utf-8 support added, per above).



More information about the Python-list mailing list