mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
from __future__ import with_statement addon for 'with', mostly written by
Neal.
This commit is contained in:
parent
edc8f1366a
commit
34aa7ba114
16 changed files with 102 additions and 40 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
"""Unit tests for the with statement specified in PEP 343."""
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
__author__ = "Mike Bland"
|
||||
__email__ = "mbland at acm dot org"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue