ismail-s / fireblog

A basic blog (in Python)
https://ismail-s.github.io/fireblog
GNU General Public License v2.0
0 stars 0 forks source link

Store reponse dict on Response object #45

Closed ismail-s closed 8 years ago

ismail-s commented 8 years ago

This is better than using repr, as it means we store a ref to the actual dict, rather than a representation of the dict. This means that functions and stuff can be in the dict.