Kaydet (Commit) 816a1680 authored tarafından Eric Smith's avatar Eric Smith

Comment how 'from __future__ import print_function' operates in 3.0.

üst 33dd094f
"""Test correct operation of the print function.
"""
# In 2.6, this gives us the behavior we want. In 3.0, it has
# no function, but it still must parse correctly.
from __future__ import print_function
import unittest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment