• Tim Peters's avatar
    _PyUnicode_IsWhitespace(), · 2576c97f
    Tim Peters yazdı
    _PyUnicode_IsLinebreak():
    Changed the declarations to match the definitions.
    
    Don't know why they differed; MSVC warned about it;
    don't know why only these two functions use "const".
    Someone who does may want to do something saner ;-).
    2576c97f
unicodeobject.h 41.5 KB