Show More
@@ -62,8 +62,8 symbols = {} | |||||
62 |
|
62 | |||
63 | # default set of valid characters for the initial letter of symbols |
|
63 | # default set of valid characters for the initial letter of symbols | |
64 | _syminitletters = set(pycompat.iterbytestr( |
|
64 | _syminitletters = set(pycompat.iterbytestr( | |
65 |
string.ascii_letters |
|
65 | pycompat.sysbytes(string.ascii_letters) + | |
66 | string.digits.encode('ascii') + |
|
66 | pycompat.sysbytes(string.digits) + | |
67 | '._@')) | set(map(pycompat.bytechr, pycompat.xrange(128, 256))) |
|
67 | '._@')) | set(map(pycompat.bytechr, pycompat.xrange(128, 256))) | |
68 |
|
68 | |||
69 | # default set of valid characters for non-initial letters of symbols |
|
69 | # default set of valid characters for non-initial letters of symbols |
General Comments 0
You need to be logged in to leave comments.
Login now