the doctesting tests .pyc file for me, for some reason.
To test #16440, I did run 

./sage -bt --long --optional=sage,gap_packages,database_gap src/sage/*

and at the very end I saw:

....
sage -t --long src/sage/version.py
    [0 tests, 0.00 s]
sage -t --long src/sage/version.pyc
AttributeError in doctesting framework
**********************************************************************
Traceback (most recent call last):
File 
"/home/scratch/dimpase/sage/sage-6.3.beta2/local/lib/python2.7/site-packages/sage/doctest/forker.py",
line 2095, in __call__
doctests, extras = self.source.create_doctests(sage_namespace)
File 
"/home/scratch/dimpase/sage/sage-6.3.beta2/local/lib/python2.7/site-packages/sage/doctest/sources.py",
line 639, in create_doctests
return self._create_doctests(namespace)
File 
"/home/scratch/dimpase/sage/sage-6.3.beta2/local/lib/python2.7/site-packages/sage/doctest/sources.py",
line 236, in _create_doctests
self._init()
AttributeError: 'FileDocTestSource' object
has no attribute '_init'
----------------------------------------------------------------------


-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to