Today I released the Python Flickr API version 1.2. Originally the Python interface was made by Beej, and since it's seen many an improvement. Here's what's new in this version:
-
Added ElementTree support for Python 2.4.
-
Made ElementTree the default response parser.
-
The upload and replace methods now take a format parameter.
-
Removed deprecated methods.
-
Upload and replace methods no longer report progress on their callback regarding the HTTP headers.

Comments