[issue14832] unittest's assertItemsEqual() method gives wrong order in error output

2012-05-16 Thread Kylotan
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

[issue5015] The Py_SetPythonHome C API function is undocumented

2009-01-20 Thread Kylotan
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

[issue1579] logging documentation is unclear

2008-03-29 Thread Kylotan
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

[issue1579] logging documentation is unclear

2007-12-10 Thread Kylotan
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