too much drama

This commit is contained in:
Mikhail Korobov 2014-07-11 13:29:18 +06:00
parent 1a950e8f5a
commit 71685fa2d0
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class BaseSgmlLinkExtractor(SGMLParser):
def __init__(self, tag="a", attr="href", unique=False, process_value=None):
warnings.warn(
"BaseSgmlLinkExtractor is deprecated and will be removed in future releases!!! "
"BaseSgmlLinkExtractor is deprecated and will be removed in future releases. "
"Please use scrapy.contrib.linkextractors.LinkExtractor",
ScrapyDeprecationWarning
)