New submission from Patrick Sabin :
The documentation of multiprocessing.Process.join doesn't tell the user
of which time unit the timeout argument is. It seems to be seconds.
--
assignee: docs@python
components: Documentation
files: join-timeout-doc-improvement.patch
keywords:
New submission from Patrick Sabin :
The link:
http://www.cs.princeton.edu/~danwang/Papers/dsl97/dsl97-abstract.html
in the file Parser/asdl.py seems to be broken. When I tried to open it I got a
page with: "Sorry, the page you requested couldn't be found". It seems to me
New submission from Patrick Sabin :
As far as I understand the _pyio.open function should resemble the builtin
open, but in case of the buffering parameter, it doesn't. The builtin version
doesn't allow None as argument, but this is the default in the _pyio.open
signature.
I attach
New submission from Patrick Sabin :
There is a test file Lib/test/sortperf.py, which isn't properly updated
to python3, because it considers map and range returning a list instead of an
iterator and therefore throwing an exception when run. I have attached a patch
to f