Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 1b94ab79a95ba69e017348ffeb04ef52616a4540 authored by Georg Brandl on 11 August 2012, 06:49:20 UTC
Bump to 3.3b2.
Tip revision: 1b94ab7
test_future4.py
from __future__ import unicode_literals

import unittest
from test import support

def test_main():
    pass

if __name__ == "__main__":
    test_main()
back to top