mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Merged revisions 66894 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66894 | benjamin.peterson | 2008-10-14 17:37:18 -0500 (Tue, 14 Oct 2008) | 1 line remove set compat cruft ........
This commit is contained in:
parent
f63921f9d0
commit
6c940d6159
2 changed files with 0 additions and 12 deletions
|
@ -16,12 +16,6 @@ import sys
|
|||
|
||||
from sre_constants import *
|
||||
|
||||
def set(seq):
|
||||
s = {}
|
||||
for elem in seq:
|
||||
s[elem] = 1
|
||||
return s
|
||||
|
||||
SPECIAL_CHARS = ".\\[{()*+?^$|"
|
||||
REPEAT_CHARS = "*+?{"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue