]> granicus.if.org Git - python/commitdiff
Removed duplicated dict entries.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Jan 2015 10:48:17 +0000 (12:48 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Jan 2015 10:48:17 +0000 (12:48 +0200)
Lib/tokenize.py

index 51da4847f27d7f2fb3ff031d748d9f36cc0e728a..0659c55a0682f5892de7147bf4b9c798c28e5c3d 100644 (file)
@@ -186,7 +186,6 @@ endpats = {"'": Single, '"': Double,
            "rB'''": Single3, 'rB"""': Double3,
            "RB'''": Single3, 'RB"""': Double3,
            "u'''": Single3, 'u"""': Double3,
-           "R'''": Single3, 'R"""': Double3,
            "U'''": Single3, 'U"""': Double3,
            'r': None, 'R': None, 'b': None, 'B': None,
            'u': None, 'U': None}