[issue7984] missing dependencies using cProfile

2010-02-22 Thread Mezhenin Artyom
New submission from Mezhenin Artyom : 1) I have ubuntu 9.10 and python2.6 (and 2.5 too). 2) execution code like that: if __name__ == "__main__": import cProfile cProfile.run('main()') gives me traceback: Traceback (most recent call last): File "

[issue7866] it looks like a typo in unittest

2010-02-06 Thread Mezhenin Artyom
Mezhenin Artyom added the comment: Sorry, I'm from Russia. P.S. http://translate.google.com/ sucks =) -- ___ Python tracker <http://bugs.python.org/i

[issue7866] it looks like a typo in unittest

2010-02-06 Thread Mezhenin Artyom
Mezhenin Artyom added the comment: Same text here: http://docs.python.org/library/unittest.html#basic-example -- ___ Python tracker <http://bugs.python.org/issue7

[issue7866] it looks like a typo in unittest

2010-02-06 Thread Mezhenin Artyom
New submission from Mezhenin Artyom : Try to run any test a you will see something like this: ./.py ... -- Ran 7 tests in 0.069s OK But there is no word "Ran" in English. I think the word is "Run". -