- .. _glossary:
- ********
- Glossary
- ********
- .. if you add new entries, keep the alphabetical sorting!
- .. glossary::
- context manager
- An object which controls the environment seen in a :keyword:`with`
- statement by defining :meth:`__enter__` and :meth:`__exit__` methods.
- See :pep:`343`.
|