Show
Ignore:
Timestamp:
04/29/10 22:49:35 (2 years ago)
Author:
Menno Smits <menno@…>
Branch:
default
Message:

#43: numeric folder names break list_folders

Further hacks to the lexer to allow the response parser to
distinguish between a string with digits in it and an actual
integer. This prevents folder names comprising of just
digits from being returned as integers instead of strings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • livetest.py

    r143 r144  
    147147                    'foo "bar"', 
    148148                    'stuff & things', 
    149                     u'test & \u2622'] 
     149                    u'test & \u2622', 
     150                    '123'] 
    150151 
    151152    for folder in test_folders: