pyspider v0.3.6 Release Notes

Release Date: 2015-11-10 // over 8 years ago
    • ๐Ÿ†• NEW: webdav mode, now you can use webdav to mount project folder to your local filesystem and edit scripts with your favority editor! (not support python 3, wsgidav required, which is not contained in setup.py)
    • ๐Ÿ› bug fixes for Python 3 compatibility, Postgresql, flask-Login>=0.3.0, typo and more, thanks for the help of @lushl9301 @hitjackma @exoticknight @d0ugal @qiang.luo @twinmegami @jttoday @machinewu @littlezz @yaokaige
    • ๐Ÿ›  fix Queue.qsize NotImplementedError on Mac OS X, thanks @xyb