mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Remove some now-obsolete generator future statements.
I left the email pkg alone; I'm not sure how Barry would like to handle that.
This commit is contained in:
parent
62f5a9d6c2
commit
496563a514
6 changed files with 5 additions and 19 deletions
|
@ -22,8 +22,6 @@ are the same, except instead of generating tokens, tokeneater is a callback
|
|||
function to which the 5 fields described above are passed as 5 arguments,
|
||||
each time a new token is found."""
|
||||
|
||||
from __future__ import generators
|
||||
|
||||
__author__ = 'Ka-Ping Yee <ping@lfw.org>'
|
||||
__credits__ = \
|
||||
'GvR, ESR, Tim Peters, Thomas Wouters, Fred Drake, Skip Montanaro'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue