[issue10662] Typo in concurrent.futures, "seperate"

2010-12-09 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r87146. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue10662] Typo in concurrent.futures, "seperate"

2010-12-09 Thread Christian Oudard
New submission from Christian Oudard : Found the misspelling "seperate" in two places in the concurrent.futures library module. Patch attached, correcting the spelling to "separate". -- files: seperate.patch keywords: patch messages: 123688 nosy: Christian.Oudard priority: normal sever