=== cpaelzer_ is now known as cpaelzer === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === nacc_ is now known as nacc [19:50] um... i think someone's regexp when writing up https://help.launchpad.net/Code/Git#Linking_to_bugs went screwy, because IIRC # isn't a protected character/keyword/symbol in regexp that needs escaped... [19:50] can someone check my sanity in this case? :| [20:39] teward: python-ism, i think [20:39] https://docs.python.org/3/library/re.html, the re.escape section [20:39] https://docs.python.org/3/library/re.html#re.escape rather :) [20:39] I *think* because python regex can have comments in them [23:35] Escaping the # isn't necessary in this particular case, but it's also perfectly acceptable.