commit | 683333955a05a31da5f0b2ca1b3bffb9962fb4b2 | [log] [tgz] |
---|---|---|
author | Yury Selivanov <yselivanov@sprymix.com> | Fri May 22 11:16:47 2015 -0400 |
committer | Yury Selivanov <yselivanov@sprymix.com> | Fri May 22 11:16:47 2015 -0400 |
tree | 236016d773133c19e57c14fc69144e46a586549d | |
parent | e79ec70801e410de9c3110ffe78f98e08114ae16 [diff] |
Issue 24237: Raise PendingDeprecationWarning per PEP 479 Raise PendingDeprecationWarning when generator raises StopIteration and no __future__ import is used. Fix offenders in the stdlib and tests. See also issue 22906. Thanks to Nick Coghlan and Berker Peksag for reviews.