[issue18699] What is Future.running() for in PEP 3148 / concurrent.futures.Future?

2017-11-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Wrong issue number. All this is related to issue18669 -- ___ Python tracker ___

[issue18699] What is Future.running() for in PEP 3148 / concurrent.futures.Future?

2017-11-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset fd38819497fd2a52ada674f0c890f5b414d0e87f by Serhiy Storchaka in branch '2.7': [2.7] bpo-18699: Corrected documentation for window.chgat in curses module (GH-1430). (#4272)

[issue18699] What is Future.running() for in PEP 3148 / concurrent.futures.Future?

2017-11-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 6dbecd2cd9c9448b34e1a632509220f3c4cf7587 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6': bpo-18699: Corrected documentation for window.chgat in curses module (GH-1430) (#4271)

[issue18699] What is Future.running() for in PEP 3148 / concurrent.futures.Future?

2017-11-04 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +4235 ___ Python tracker ___ ___

[issue18699] What is Future.running() for in PEP 3148 / concurrent.futures.Future?

2017-11-04 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +4234 ___ Python tracker ___

[issue18699] What is Future.running() for in PEP 3148 / concurrent.futures.Future?

2017-11-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset b838cc3ff4e039af949c6a19bd896e98e944dcbe by Serhiy Storchaka (Chillar Anand) in branch 'master': bpo-18699: Corrected documentation for window.chgat in curses module (#1430)

[issue18699] What is Future.running() for in PEP 3148 / concurrent.futures.Future?

2017-05-04 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: -1535 ___ Python tracker ___ ___

[issue18699] What is Future.running() for in PEP 3148 / concurrent.futures.Future?

2017-05-03 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +1535 ___ Python tracker ___

[issue18699] What is Future.running() for in PEP 3148 / concurrent.futures.Future?

2013-12-03 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@gmail.com: -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18699 ___ ___ Python-bugs-list

[issue18699] What is Future.running() for in PEP 3148 / concurrent.futures.Future?

2013-12-03 Thread Guido van Rossum
Guido van Rossum added the comment: I see no point in keeping this open. -- resolution: - works for me stage: - committed/rejected status: open - closed type: enhancement - behavior ___ Python tracker rep...@bugs.python.org

[issue18699] What is Future.running() for in PEP 3148 / concurrent.futures.Future?

2013-10-25 Thread Brian Quinlan
Brian Quinlan added the comment: The only thing that I've used .running() for is for UI reasons. But it is easier to just iterative over your futures and call a method than to install a callback and handle the state yourself. -- nosy: +bquinlan ___

[issue18699] What is Future.running() for in PEP 3148 / concurrent.futures.Future?

2013-08-12 Thread Andrew Svetlov
Changes by Andrew Svetlov andrew.svet...@gmail.com: -- nosy: +asvetlov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18699 ___ ___

[issue18699] What is Future.running() for in PEP 3148 / concurrent.futures.Future?

2013-08-09 Thread Guido van Rossum
New submission from Guido van Rossum: From glyph (in a particularly snarky mood): P.S.: I realize that this isn't really within the scope of this message, but as I was reviewing Future's documentation while writing it, I realized what Future.running() does. Wow. What a completely pointless

[issue18699] What is Future.running() for in PEP 3148 / concurrent.futures.Future?

2013-08-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 922c0fe6ebee by Guido van Rossum in branch 'default': Get rid of Future.running(); see bug 18699. http://hg.python.org/peps/rev/922c0fe6ebee -- nosy: +python-dev ___ Python tracker rep...@bugs.python.org

[issue18699] What is Future.running() for in PEP 3148 / concurrent.futures.Future?

2013-08-09 Thread Guido van Rossum
Guido van Rossum added the comment: (Note that my change to PEP 3156 is somewhat separate -- Tulip's Future doesn't have to follow all of the PEP 3148 API and its running() method did nothing anyway. But concurrent.futures.Future has been released for several cycles and we must consider the