From b61604275ba090ebd8e30a6d3a6fbe281c74c189 Mon Sep 17 00:00:00 2001 From: Vostretsov Nikita Date: Fri, 7 Feb 2020 06:54:56 +0000 Subject: [PATCH] it has no sense now --- scrapy/pqueues.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/scrapy/pqueues.py b/scrapy/pqueues.py index 654758ce7..9fd5d5633 100644 --- a/scrapy/pqueues.py +++ b/scrapy/pqueues.py @@ -35,9 +35,6 @@ class ScrapyPriorityQueue: ``__init__`` method of ScrapyPriorityQueue receives a downstream_queue_cls argument, which is a class used to instantiate a new (internal) queue when a new priority is allocated. - Only integer priorities should be used. Lower numbers are higher - priorities. - startprios is a sequence of priorities to start with. If the queue was previously closed leaving some priority buckets non-empty, those priorities should be passed in startprios.