This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients cstratak, vstinner
Date 2017-05-05.16:59:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494003555.13.0.784022084362.issue30284@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, there is one and only one failing test:

======================================================================
ERROR: test_synopsis_sourceless (test.test_pydoc.PydocDocTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/haypo/prog/python/ro.master/Lib/test/test_pydoc.py", line 586, in test_synopsis_sourceless
    synopsis = pydoc.synopsis(filename)
  File "/home/haypo/prog/python/ro.master/Lib/pydoc.py", line 253, in synopsis
    mtime = os.stat(filename).st_mtime
FileNotFoundError: [Errno 2] No such file or directory: '/home/haypo/prog/python/ro.master/Lib/__pycache__/os.cpython-37.pyc'
History
Date User Action Args
2017-05-05 16:59:15vstinnersetrecipients: + vstinner, cstratak
2017-05-05 16:59:15vstinnersetmessageid: <1494003555.13.0.784022084362.issue30284@psf.upfronthosting.co.za>
2017-05-05 16:59:15vstinnerlinkissue30284 messages
2017-05-05 16:59:15vstinnercreate