beeware / batavia

A JavaScript implementation of the Python virtual machine.
http://pybee.org/batavia
Other
1.39k stars 425 forks source link

All the implementations of __dir__ return a string, not a list. #812

Closed martica closed 5 years ago

martica commented 5 years ago

We should be returning a list of strings, not the string representation of a list of string.