Merge lp://staging/~allenap/txlongpollfixture/config-namedtuple into lp://staging/txlongpollfixture
Proposed by
Gavin Panella
Status: | Merged |
---|---|
Approved by: | Julian Edwards |
Approved revision: | 28 |
Merged at revision: | 28 |
Proposed branch: | lp://staging/~allenap/txlongpollfixture/config-namedtuple |
Merge into: | lp://staging/txlongpollfixture |
Diff against target: |
146 lines (+34/-24) 2 files modified
txlongpollfixture/server.py (+29/-20) txlongpollfixture/tests/test_server.py (+5/-4) |
To merge this branch: | bzr merge lp://staging/~allenap/txlongpollfixture/config-namedtuple |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Julian Edwards (community) | Approve | ||
Review via email: mp+77542@code.staging.launchpad.net |
Commit message
Use a namedtuple for configuration.
Description of the change
Use a namedtuple for configuration so that I don't have to type or read so many square braces and quotes.
To post a comment you must log in.
Nice change - I wish I had thought of it to start with!