diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-09-16 08:40:16 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-09-16 08:40:16 (GMT) |
commit | 28bc59f1169298470f7c80ed54810a330d68b3c8 (patch) | |
tree | 199d8aae3a0047088d9bd932716148d36264acce /Lib/regex_syntax.py | |
parent | a2e2dbe8cda41d5c612d41acad2fe5cfb841402e (diff) | |
download | cpython-28bc59f1169298470f7c80ed54810a330d68b3c8.zip cpython-28bc59f1169298470f7c80ed54810a330d68b3c8.tar.gz cpython-28bc59f1169298470f7c80ed54810a330d68b3c8.tar.bz2 |
In a world with a growing number of subclassable types, replace
type(x) is T
tests with
isinstance(x, T)
Also got rid of a future-generators import, left over from code that
wasn't intended to get checked in.
Diffstat (limited to 'Lib/regex_syntax.py')
0 files changed, 0 insertions, 0 deletions