mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
* Generation: Use Python 3-compatible imports. * Generation: Use range() instead of xrange(). * Generation: Use list comprehensions instead of map(). * Generation: Explicitly use bytes in the Test class. * Generation: Run unit tests on Python 3 as well.