Lines Matching refs:dup
222 dup = status.split(' ', 1)[1]
223 if dup.startswith('P'):
224 avail = 'Superseded by <a href="https://wg21.link/%s">%s</a>' % (dup, dup)
227 avail = 'Superseded by <a href="#%s">%s</a>' % (dup, dup)
229 _, avail_style, _, _ = availability(int(dup))
232 print("issue %s marked as sup %s" % (issue, dup), file=sys.stderr)
234 elif status.startswith('dup '):
235 dup = int(status.split(' ', 1)[1])
236 avail = 'Duplicate of <a href="#%s">%s</a>' % (dup, dup)
237 _, avail_style, _, _ = availability(dup)