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 zach.ware
Recipients JelleZijlstra, berker.peksag, brett.cannon, python-dev, r.david.murray, zach.ware
Date 2016-08-10.06:19:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470809971.62.0.400887352424.issue27200@psf.upfronthosting.co.za>
In-reply-to
Content
All of the current dependencies have been committed.  I still see failures in:

Doc/faq/programming.rst
Doc/library/configparser.rst (also leaves Doc/example.ini)
Doc/library/copyreg.rst
Doc/library/ctypes.rst
Doc/library/datetime.rst
Doc/library/functions.rst
Doc/library/ipaddress.rst
Doc/library/pathlib.rst
Doc/library/re.rst
Doc/library/reprlib.rst
Doc/library/shlex.rst
Doc/library/turtle.rst (possibly only due to lack of usable tkinter)
Doc/library/unittest.mock-examples.rst
Doc/library/unittest.mock.rst
Doc/library/urllib.parse.rst
Doc/library/weakref.rst

For a total of 450 failures (1 in setup code) out of 1726 tests on 3.6.  Also, some test leaves 'Doc/foo'.
History
Date User Action Args
2016-08-10 06:19:31zach.waresetrecipients: + zach.ware, brett.cannon, r.david.murray, python-dev, berker.peksag, JelleZijlstra
2016-08-10 06:19:31zach.waresetmessageid: <1470809971.62.0.400887352424.issue27200@psf.upfronthosting.co.za>
2016-08-10 06:19:31zach.warelinkissue27200 messages
2016-08-10 06:19:30zach.warecreate