- worldcat.util.safeeval: Only use the major and minor Python version to determine supported opcodes; sometimes the patch version is not an integer, ie. "2.7.2+" (thanks to Devin Sevilla). - worldcat.request.xid: worldcat.request.xid: xISBNRequest has a 'hyphen' method; xISSNRequest does not.
0.3.5a
- Version bump to update project pages, etc.
0.3.4
- Fixing an error in the recently modified request.xid.xOCLCNUMRequest
0.3.3
- Correcting a typo in request.xid.xOCLCNUM request (thanks to Brandon Craig Rhodes for spotting this).
0.3.2
- Modified request.xid.xOCLCNUMRequest to process requests for OCLC numbers, LCCNs, and OCLC work identifiers; removed request.xid.xLCCNRequest
0.3.1
- Addition of examples/gae, a sample Google App Engine application for doing WorldCat queries with JSONP output. Thanks to Etienne Posthumus.