Backport doco

This commit is contained in:
Neal Norwitz 2006-09-03 20:00:39 +00:00
parent 08c496d81d
commit 665a3ae0af

View file

@ -479,7 +479,7 @@ def localcontext(ctx=None):
return +s # Convert result to normal context return +s # Convert result to normal context
""" """
# The below can't be included in the docstring until Python 2.6 # The string below can't be included in the docstring until Python 2.6
# as the doctest module doesn't understand __future__ statements # as the doctest module doesn't understand __future__ statements
""" """
>>> from __future__ import with_statement >>> from __future__ import with_statement