mirror of https://github.com/scrapy/scrapy.git
* made status attribute an int * made engine use __str__ to display crawled requests * HTTP cache now inherits Response class to change __str__ * added tests to check that the class is preserved on .copy() (for both Requests and Responses) * removed custom cached attribute (and passed to a Response.meta item) * removed some custom (and seldom used) methods from Response class: version(), info() * reinforced the privacy of the ResponseBody class, by renaming it to _ResponseBody and added a warning that it may be removed in the future * added tests for Request & Response to_string() methods * fixed minor (and harmless) bug in to_string() methods --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40737 |
||
|---|---|---|
| scrapy | ||
| sites | ||
| .hgignore | ||