isaacg1 / pyth

Pyth, an extremely concise language. Try it here:
https://pyth.herokuapp.com/
MIT License
263 stars 57 forks source link

' returns list of bytes #215

Closed jakobkogler closed 7 years ago

jakobkogler commented 8 years ago

If you want to fetch a website with ' (e.g. '"http://www.google.com), you'll receive a list of bytes. This is not a obviously not the desired result, because non of the other operations in Pyth take bytes as parameters.

A fix would be to convert the bytes to strings.

isaacg1 commented 7 years ago

Fixed by 125b8bf