Style: Don't explicitly cache regexs

Bug #390031 reported by Stefano Rivera
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ibid
Fix Committed
Low
Stefano Rivera

Bug Description

We manually cache regexs all over the place. We probably shouldn't do that, as python caches popular ones for us.

Related branches

Revision history for this message
Michael Gorven (mgorven) wrote : Re: [Bug 390031] [NEW] Style: Don't explicitly cache regexs

I tend to prefer compiled regexes from a style POV because you don't have to
interpret the regex every time to work out what it does. I'd like to defer
this to 0.2 in any case, unless someone objects.
 milestone 0.2

Changed in ibid:
milestone: 0.1 → 0.2
Changed in ibid:
status: New → Triaged
Changed in ibid:
assignee: nobody → Stefano Rivera (stefanor)
status: Triaged → In Progress
Changed in ibid:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.