python-wordpress-xmlrpc
python-wordpress-xmlrpc copied to clipboard
custom field serialization
GetPost does not deserialize the custom fields but EditPost or NewPost serializes the custom fields to a string. This is pretty unhandy when you want to edit a post after catching it with GetPost.
maybe it would be better to always use string, and if more is needed use phpserialize (https://pypi.python.org/pypi/phpserialize).