mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Reverting last commit. I had some staled data from an attempted svnmerge in my local sandbox
This commit is contained in:
parent
e69c320d48
commit
f9290773fc
7 changed files with 6 additions and 683 deletions
|
@ -135,13 +135,6 @@ The following exceptions are the exceptions that are actually raised.
|
|||
|
||||
.. exception:: GeneratorExit
|
||||
|
||||
Raise when a :term:`generator`\'s :meth:`close` method is called. It
|
||||
directly inherits from :exc:`BaseException` instead of :exc:`Exception` since
|
||||
it is technically not an error.
|
||||
|
||||
.. versionchanged:: 3.0
|
||||
Changed to inherit from :exc:`BaseException`.
|
||||
|
||||
Raise when a :term:`generator`\'s :meth:`close` method is called.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue