mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +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
|
@ -2,8 +2,6 @@
|
|||
|
||||
Types that are part of optional modules (e.g. array) are not listed.
|
||||
"""
|
||||
from __future__ import generators
|
||||
|
||||
import sys
|
||||
|
||||
# Iterators in Python aren't a matter of type but of protocol. A large
|
||||
|
@ -83,4 +81,4 @@ EllipsisType = type(Ellipsis)
|
|||
|
||||
DictProxyType = type(TypeType.__dict__)
|
||||
|
||||
del sys, _f, _C, _x, generators # Not for export
|
||||
del sys, _f, _C, _x # Not for export
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue