Skip to content

Commit 628e7d2

Browse files
authored
Merge pull request #34 from RedChen/master
Update abnf_regexp.py for a bug fix
2 parents 4102c50 + 933d429 commit 628e7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rfc3986/abnf_regexp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
'((%(hex)s:){0,6}%(hex)s)?::' % _subs,
108108
]
109109

110-
IPv6_RE = '(({0})|({1})|({2})|({3})|({4})|({5})|({6})|({7}))'.format(
110+
IPv6_RE = '(({0})|({1})|({2})|({3})|({4})|({5})|({6})|({7})|({8}))'.format(
111111
*variations
112112
)
113113

0 commit comments

Comments
 (0)