Staging
v0.5.1
https://github.com/python/cpython
Revision 5405a0b3d352c0c106b92a86e963bde044bb1484 authored by Éric Araujo on 05 February 2011, 16:03:12 UTC, committed by Éric Araujo on 05 February 2011, 16:03:12 UTC
1 parent bd866e9
Raw File
Tip revision: 5405a0b3d352c0c106b92a86e963bde044bb1484 authored by Éric Araujo on 05 February 2011, 16:03:12 UTC
Use an internal reference instead of hard-coded URI.
Tip revision: 5405a0b
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