Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
allworldit
python
forkedsubprocess
Commits
8511c48e
Commit
8511c48e
authored
Aug 31, 2019
by
Nigel Kukard
Browse files
Bumped to 1.0.3
parent
a471f2f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
8511c48e
...
...
@@ -63,7 +63,7 @@ output = process.output
# License
<pre>
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
...
...
@@ -81,3 +81,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</pre>
src/forkedsubprocess/__init__.py
View file @
8511c48e
...
...
@@ -4,7 +4,7 @@ import subprocess
import
threading
from
typing
import
IO
,
Any
,
Callable
,
Dict
,
List
,
Optional
__version__
=
'1.0.
2
'
__version__
=
'1.0.
3
'
# Define our callback types
InputCallback
=
Callable
[[],
str
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment