Staging
v0.8.1
https://github.com/python/cpython
Revision 278519500f6c551cc2a8035f11a81d21fae7424c authored by Benjamin Peterson on 10 November 2013, 07:36:30 UTC, committed by Benjamin Peterson on 10 November 2013, 07:36:30 UTC
1 parent 1185273
Raw File
Tip revision: 278519500f6c551cc2a8035f11a81d21fae7424c authored by Benjamin Peterson on 10 November 2013, 07:36:30 UTC
2.7.6 final
Tip revision: 2785195
test_doctest3.txt

Here we check that `__file__` is provided:

  >>> type(__file__)
  <type 'str'>
back to top