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 gregory.p.smith
Recipients Sam Lobel, antvalencia, davin, docs@python, eryksun, gregory.p.smith, paul.moore, python-dev, r.david.murray, steve.dower, supriyanto maftuh, tim.golden, zach.ware
Date 2016-06-03.00:19:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464913151.44.0.856230214506.issue25931@psf.upfronthosting.co.za>
In-reply-to
Content
I made the change to not export the Forking names on Windows or other non-os.fork() supporting platforms in 3.6 only as it is arguably an API change, even though the names it removes would effectively be unusable on those platforms anyways.

the docs still need updating.
History
Date User Action Args
2016-06-03 00:19:11gregory.p.smithsetrecipients: + gregory.p.smith, paul.moore, tim.golden, r.david.murray, docs@python, python-dev, zach.ware, eryksun, steve.dower, davin, supriyanto maftuh, Sam Lobel, antvalencia
2016-06-03 00:19:11gregory.p.smithsetmessageid: <1464913151.44.0.856230214506.issue25931@psf.upfronthosting.co.za>
2016-06-03 00:19:11gregory.p.smithlinkissue25931 messages
2016-06-03 00:19:10gregory.p.smithcreate