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 sbt
Recipients chris.jerdonek, docs@python, ezio.melotti, georg.brandl, sbt
Date 2012-08-12.15:35:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344785706.67.0.0912356561998.issue15629@psf.upfronthosting.co.za>
In-reply-to
Content
An example from the output of "make doctest" which fails because Python 2.x is being used:

**********************************************************************
File "library/multiprocessing.rst", line 453, in default
Failed example:
    print(p, p.is_alive())
Expected:
    <Process(Process-1, initial)> False
Got:
    (<Process(Process-1, initial)>, False)
**********************************************************************
History
Date User Action Args
2012-08-12 15:35:06sbtsetrecipients: + sbt, georg.brandl, ezio.melotti, chris.jerdonek, docs@python
2012-08-12 15:35:06sbtsetmessageid: <1344785706.67.0.0912356561998.issue15629@psf.upfronthosting.co.za>
2012-08-12 15:35:06sbtlinkissue15629 messages
2012-08-12 15:35:06sbtcreate