Home | History | Annotate | Download | only in python2.7

Lines Matching refs:rfc

533                                 r'RFC[- ]?(\d+)|'
542 all, scheme, rfc, pep, selfdot, name = match.groups()
546 elif rfc:
547 url = 'http://www.rfc-editor.org/rfc/rfc%d.txt' % int(rfc)