projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef74843
)
Generalized doctest string in subproc.py
author
W. Trevor King
<wking@drexel.edu>
Mon, 30 Nov 2009 11:26:09 +0000
(06:26 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Mon, 30 Nov 2009 11:26:09 +0000
(06:26 -0500)
libbe/subproc.py
patch
|
blob
|
history
diff --git
a/libbe/subproc.py
b/libbe/subproc.py
index 3e58271daba780421ad060703a6cf4edd9278f42..fe8820605dd37bb468df060b3d323f57c8e0b080 100644
(file)
--- a/
libbe/subproc.py
+++ b/
libbe/subproc.py
@@
-96,7
+96,7
@@
class Pipe (object):
>>> p.statuses
[1, 0]
>>> p.stderrs # doctest: +ELLIPSIS
- [
"find: `...': Permission denied\\n..."
, '']
+ [
...find: ...: Permission denied...
, '']
"""
def __init__(self, cmds, stdin=None):
# spawn processes