[issue18847] Einladung in mein Netzwerk bei LinkedIn

2013-08-26 Thread Ezio Melotti
Changes by Ezio Melotti : -- Removed message: http://bugs.python.org/msg196264 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue18847] spam

2013-08-26 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> invalid stage: -> committed/rejected status: open -> closed title: Einladung in mein Netzwerk bei LinkedIn -> spam ___ Python tracker __

[issue18836] Potential race condition in exceptions

2013-08-26 Thread Sworddragon
Sworddragon added the comment: > but what if there is a bug in your code? Bugs in a python application can be fixed by the user while a specific behavior of the interpreter can't. Maybe you are also thinking in the wrong direction. Nobody wants a solution that traps the user forever. Also Key

[issue18848] In unittest.TestResult .startTestRun() and .stopTestRun() methods don't work

2013-08-26 Thread py.user
New submission from py.user: http://docs.python.org/3/library/unittest.html#unittest.TestResult.startTestRun http://docs.python.org/3/library/unittest.html#unittest.TestResult.stopTestRun result.py: #!/usr/bin/env python3 import unittest class Test(unittest.TestCase): def test_1(self):

<    1   2