New submission from Kouki Hashimoto :
Example codes on multiprocessing module occur errors.
I attached the patch to fix these errors.
http://docs.python.org/dev/py3k/library/multiprocessing.html#module-
multiprocessing
"16.6.2.10. Listeners and Clients" section
Fix points are
1
New submission from Kouki Hashimoto :
Hello.
I found a bug in unittest sample code.
http://docs.python.org/dev/py3k/library/unittest.html#unittest-minimal-example
(naming this code as test_sample.py)
I got this error.
$ python3.2 test_sample.py
..E
New submission from Kouki Hashimoto :
I found mistake in python documentation about xml.dom.minidom.Element
class.
http://docs.python.org/dev/py3k/library/xml.dom.html#module-xml.dom
I think it is NOT
Element.getElementsByTagNameNS(tagName)
It SHOULD be
Element.getElementsByTagNameNS