Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: f03c5148cfc6873df855bd0edca2940f9a5d8fd5 authored by Ned Deily on 14 March 2018, 01:21:36 UTC
3.6.5rc1
Tip revision: f03c514
test_future4.py
from __future__ import unicode_literals

import unittest

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