Conversation
Today's annoyance: a subtly difference behaviour from a library when some underlying library happens to be absent. From the debugging perspective it looks like I have the same version of python and python-requests, and yet on one the same piece of code is failing, and on another it's passing. Apparently, when python-simplejson is present, requests will use it, but when it isn't, it will use the standard json library (and crash when encountering a json value that is bytes as opposed to str).
0
0
2