* morituri/extern (added):

* morituri/extern/__init__.py (added):
	* morituri/extern/asyncsub.py (added):
	  Add extern module; add asynchronous subprocess Popen from
	  http://code.activestate.com/recipes/440554/
This commit is contained in:
Thomas Vander Stichele
2009-04-19 17:26:05 +00:00
parent 3c6c44e4ea
commit 0fe1be06b7
3 changed files with 176 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
2009-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/extern (added):
* morituri/extern/__init__.py (added):
* morituri/extern/asyncsub.py (added):
Add extern module; add asynchronous subprocess Popen from
http://code.activestate.com/recipes/440554/
2009-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
* examples/gtkchecksum.py: