发布于 2015-09-04 07:01:47 | 207 次阅读 | 评论: 0 | 来源: 网络整理
Scrapy uses the odd-numbered versions for development releases.
There are 3 numbers in a Scrapy version: A.B.C
For example:
API stability is one of Scrapy major goals for the 1.0 release, which doesn’t have a due date scheduled yet.
Methods or functions that start with a single dash (_
) are private and should never be relied as stable. Besides those, the plan is to stabilize and document the entire API, as we approach the 1.0 release.
Also, keep in mind that stable doesn’t mean complete: stable APIs could grow new methods or functionality but the existing methods should keep working the same way.