Revision 4032
Added by Aaron Marcuse-Kubitza over 12 years ago
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
strings.py: Added isspace_none_str to support clone-safe sentinel str values that pass isspace()