LOADCONF wrapper method for Stem
Stem must implement a wrapper method around LOADCONF control messages.
My branch implementing this is here. (It has has a few minor aesthetic changes to the code).
Stem must implement a wrapper method around LOADCONF control messages.
My branch implementing this is here. (It has has a few minor aesthetic changes to the code).
Changes pushed, thanks!
Minor thing, but when you have a long list of things like...
+__all__ = [
- "descriptor",
- "response",
- "util",
- "connection",
- "control",
- "prereq",
- "process",
- "socket",
- "version" +]
... please include a comma on the last element. This makes reordering the elements a little less error prone.
[LOADCONF was added in Tor 0.2.1.1-alpha.]
When a feature has a version requirement please add it to 'stem.version.Requirement' and add a version requirement for the test.
Here's the revisions that I made to your changes... https://gitweb.torproject.org/stem.git/commitdiff/ab553f54e70ea21d8bd117cf912e1b208417e5d5
Cheers! -Damian
Trac:
Resolution: N/A to implemented
Status: needs_review to closed
closed