[tor-commits] [stem/master] Removing platform dependency note from process module
atagar at torproject.org
atagar at torproject.org
Thu May 17 16:32:28 UTC 2012
commit dd597ba4855197653c1d9cd543c3bd6c611432a5
Author: Damian Johnson <atagar at torproject.org>
Date: Tue May 15 08:36:56 2012 -0700
Removing platform dependency note from process module
Removing comment that sets the wrong expectations of the process module's
capabilities. It needs to be platform independent since it's used to run our
integ tests, and when it isn't that's a bug. That said, Windows is
unfortunately having trouble with it at present...
https://trac.torproject.org/5493
https://trac.torproject.org/5783
---
stem/process.py | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/stem/process.py b/stem/process.py
index 8d65072..94c4212 100644
--- a/stem/process.py
+++ b/stem/process.py
@@ -1,6 +1,5 @@
"""
-Helper functions for working with tor as a process. These are mostly os
-dependent, only working on linux, osx, and bsd.
+Helper functions for working with tor as a process.
launch_tor - starts up a tor process
"""
More information about the tor-commits
mailing list