Mikhail Korobov
Mikhail Korobov
I'm fine with closing this issue if the bug in Python 2-only. We're not yet ready for Python 3 (e.g. telnet is not ported), but I think Scrapy is close...
FTR: this issue is fixed in Python 3.5.2; it is still present in Python 3.4.6 and 2.7.13
See also: https://github.com/scrapy/scrapy/pull/821
@tonal could you please explain what is the use case for this, i.e. why do you want to write to the cache, but not to read from it?
Rasing `sys.exit(1)` makes sense; I think the approach is correct. Thanks for the PR!
Sorry, could you please clarify - what is the use case? Why would anyone want to update allowed_domains?
The code looks good 👍 But I haven't checked how it works, and if it solves the issue :)
I think that the code duplication should be made smaller before merging.
The PR looks good to me, +1 to merge.
I liked `update:` because we can't use it in settings, so there is a clear distinction between a command and an option name.