]> granicus.if.org Git - python/commit
- added optional bufsize argument to new popen methods.
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 9 Jul 2000 17:41:01 +0000 (17:41 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 9 Jul 2000 17:41:01 +0000 (17:41 +0000)
commit766ccdcf18a8f31e1b23bcc4f3b34bcffe2e48d2
tree875f7faa9cac0d1fd38d6dd1e79ff849056ff0d5
parent6c86b99dc1e2d02cb4631df65f0726416a783087
- added optional bufsize argument to new popen methods.
  for the moment, this argument must be left out or set
  to -1 (only the default bufsize is supported, that is)
Modules/posixmodule.c