[issue1103] Typo in dummy_threading documentation

2007-09-04 Thread Dan Thomasset
Dan Thomasset added the comment: Ahh, my mistake then. I misunderstood what was going on. Thanks, Dan On 9/4/07, Martin v. Löwis <[EMAIL PROTECTED]> wrote: > > > Martin v. Löwis added the comment: > > Why do you think so? The documentation is correct as it stands; > dummy_threading should be

[issue1103] Typo in dummy_threading documentation

2007-09-04 Thread Martin v. Löwis
Martin v. Löwis added the comment: Why do you think so? The documentation is correct as it stands; dummy_threading should be used when thread is not present, not when threading is not present (as threading will always be present, it just won't import when thread is not present). -- nosy:

[issue1103] Typo in dummy_threading documentation

2007-09-04 Thread Dan Thomasset
New submission from Dan Thomasset: I believe that "thread" be "threading" in the line "...imported when the thread module is not provided..."? >From http://docs.python.org/lib/module-dummythreading.html -- components: Documentation messages: 55645 nosy: dthomasset severity: normal statu