Changeset 10 for python/trunk/Objects


Ignore:
Timestamp:
Sep 3, 2010, 5:33:06 PM (15 years ago)
Author:
Yuri Dario
Message:

python: merged offline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/trunk/Objects/exceptions.c

    r2 r10  
    11471147        return "???";
    11481148    while (*cp != '\0') {
    1149         if (*cp == SEP)
     1149        if (IS_SEP(*cp))
    11501150            result = cp + 1;
    11511151        ++cp;
Note: See TracChangeset for help on using the changeset viewer.