Project

General

Profile

« Previous | Next » 

Revision 4032

strings.py: Added isspace_none_str to support clone-safe sentinel str values that pass isspace()

View differences:

strings.py
12 12
    pass
13 13

  
14 14
none_str = NonInternedStr()
15
isspace_none_str = '\r\n\t\v' # clone-safe, but must be compared with ==
15 16

  
16 17
##### Parsing
17 18

  

Also available in: Unified diff