Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: 4893861ab58544091feab2946648245ac1271e2f authored by Ned Deily on 13 October 2018, 07:01:32 UTC
3.6.7rc2
Tip revision: 4893861
test_future4.py
from __future__ import unicode_literals

import unittest

if __name__ == "__main__":
    unittest.main()
back to top