Skip to content

Commit e8b6031

Browse files
committed
list -> tuple; speeed!
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%4092
1 parent 16f3975 commit e8b6031

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"input"
134134
))
135135

136-
entitiesWindows1252 = [
136+
entitiesWindows1252 = (
137137
8364, # 0x80 0x20AC EURO SIGN
138138
65533, # 0x81 UNDEFINED
139139
8218, # 0x82 0x201A SINGLE LOW-9 QUOTATION MARK
@@ -166,7 +166,7 @@
166166
65533, # 0x9D UNDEFINED
167167
382, # 0x9E 0x017E LATIN SMALL LETTER Z WITH CARON
168168
376 # 0x9F 0x0178 LATIN CAPITAL LETTER Y WITH DIAERESIS
169-
]
169+
)
170170

171171
entities = {
172172
"AElig": u"\u00C6",

0 commit comments

Comments
 (0)