From 33df3c81c2d2c10fbd8e28d9aaf35571c09a8c54 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Sat, 24 Jan 2009 16:59:08 +0000 Subject: [PATCH] explained what the heck is scrapy.contrib_exp --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40764 --- scrapy/trunk/scrapy/contrib_exp/__init__.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scrapy/trunk/scrapy/contrib_exp/__init__.py b/scrapy/trunk/scrapy/contrib_exp/__init__.py index e69de29bb..406c7c74d 100644 --- a/scrapy/trunk/scrapy/contrib_exp/__init__.py +++ b/scrapy/trunk/scrapy/contrib_exp/__init__.py @@ -0,0 +1,9 @@ +""" +This module contains experimental code that may go into scrapy.contrib in the +future, but it's not yet stable enough to go there (either API stable or +functionality stable). + +Subscribe to Scrapy developers mailing list or join the IRC channel if you want +to discuss about this code. + +"""