New submission from Kylotan :
I have the following line in a unit test in 2.7.3:
self.assertItemsEqual(['a', 'b', 'c'], ['a', 'b', 'c', 'd'])
I expect this output:
AssertionError: Element counts were not
New submission from Kylotan :
I found out recently that Py_SetPythonHome() might solve my problem with
embedding Python in a C++ app. I felt a bit stupid for not finding this
myself in the documentation, until I noticed that it's not in the
documentation. :) I would expect to find it at
Kylotan <[EMAIL PROTECTED]> added the comment:
I think I gave some pretty clear details in my original submission. A
better example on the front page is needed rather than one that could be
confused with output methods. The example in 14.5.3 needs to not be one
big code dump with no expla
New submission from Kylotan:
The documentation for the logging module is quite confusing, and (I am
told) seems to assume prior experience with the log4j utility or similar.
In particular:
- the front page has a rather confusing example of the named hierarchy
system, which might mislead the