We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7feea6a commit 83ac98fCopy full SHA for 83ac98f
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.0.3
2
+* fixed buffering in `PythonShell.receive`, fixing [#1](https://github.com/extrabacon/python-shell/issues/1)
3
+
4
+## 0.0.2
5
+* improved documentation
6
7
## 0.0.1
8
* initial version
9
* independent module moved from [extrabacon/pyspreadsheet](https://github.com/extrabacon/pyspreadsheet)
10
package.json
@@ -1,6 +1,6 @@
{
"name": "python-shell",
- "version": "0.0.2",
+ "version": "0.0.3",
"description": "Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio",
"keywords": [
"python"
0 commit comments