source: trunk/essentials/dev-lang/python/Lib/test/test_doctest3.txt@ 3951

Last change on this file since 3951 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 81 bytes
Line 
1
2Here we check that `__file__` is provided:
3
4 >>> type(__file__)
5 <type 'str'>
Note: See TracBrowser for help on using the repository browser.