New submission from Josh Kupershmidt:
[I tried to send this as an email to d...@python.org yesterday, but it seems to
have gotten eaten, as I don't see the message in the archives.]
Hi all,
The documentation for the multiprocessing module claims:
| Note that the start(), join(), is_
New submission from Josh Kupershmidt :
While digging through Lib/BaseHTTPServer.py, I noticed that the
date_time_string() function duplicates rfc822.formatdate(). Attached is
a patch to eliminate this duplication of code.
--
components: Library (Lib)
files: BaseHTTPServer.patch
keywords