Mercurial > p > roundup > code
comparison doc/_templates/layout.html @ 6977:ff2c8b430738
flake8 - remove re.compile from method arg + test + doc
changed 2 methods defined like:
def method(..., dre=re.compile(r'...')):
moved re.compile to module variables and passed the var name
def method(..., dre=var_name):
while doing this I found out that a url of .../issue0001 will behave
like .../issue1. Who knew. Documented in customizing.
Tested same in test_liveserver. Added msg1 as well so I could verify
msg0001 worked.
Also added some range tests as well.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 14 Sep 2022 17:48:51 -0400 |
| parents | 9cfdbfc6d8ed |
| children | b5b1f2830e23 |
comparison
equal
deleted
inserted
replaced
| 6976:3917ae82fb24 | 6977:ff2c8b430738 |
|---|
