Changeset 1865:0dff4600be7d

Show
Ignore:
Timestamp:
11/25/09 22:09:47 (8 months ago)
Author:
Pablo Hoffman <pablo@…>
Branch:
default
Message:

removed obsolete remove_escape_chars function - use replace_escape_chars instead

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • scrapy/utils/markup.py

    r1383 r1865  
    121121    return str_to_unicode(text) 
    122122 
    123 # FIXME: backwards compatibility - should be removed before 0.7 release 
    124 remove_escape_chars = replace_escape_chars 
    125  
    126123def unquote_markup(text, keep=(), remove_illegal=True): 
    127124    """