cpython/Lib/concurrent/futures
Martin Panter 7462b64911 Issue #25523: Correct "a" article to "an" article
This changes the main documentation, doc strings, source code comments, and a
couple error messages in the test suite. In some cases the word was removed
or edited some other way to fix the grammar.
2015-11-02 03:37:02 +00:00
..
__init__.py
_base.py Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
process.py Fix import of SimpleQueue. 2013-10-16 17:06:22 +01:00
thread.py Issue #16284: Prevent keeping unnecessary references to worker functions in concurrent.futures ThreadPoolExecutor. 2012-11-03 15:36:01 +02:00