| Age | Commit message (Collapse) | Author |
|
|
|
Python docs say, "it's usually not necessary to invoke these methods directly."
|
|
|
|
|
|
http://bugs.python.org/issue27364
|
|
|
|
|
|
|
|
This ensure that ''.join(c) in jslex.py always returns text.
|
|
|
|
Thanks tomwys for the suggestion.
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
|
|
|