Message324750
The doctest module has doctest.master symbol:
---
# For backward compatibility, a global instance of a DocTestRunner
# class, updated by testmod.
master = None
---
I'm not sure about changing this one. Here there is no slave, so it's less confusing.
But more generally, maybe it's time to remove this deprecated variable only kept for backward compatibility? |
|
Date |
User |
Action |
Args |
2018-09-07 14:59:52 | vstinner | set | recipients:
+ vstinner, barry, terry.reedy, paul.moore, ronaldoussoren, larry, tim.golden, ned.deily, ezio.melotti, eric.araujo, mrabarnett, r.david.murray, asvetlov, docs@python, zach.ware, yselivanov, koobs, steve.dower, dstufft, Alex.Willmer, ammar2 |
2018-09-07 14:59:52 | vstinner | set | messageid: <1536332392.01.0.56676864532.issue34605@psf.upfronthosting.co.za> |
2018-09-07 14:59:52 | vstinner | link | issue34605 messages |
2018-09-07 14:59:51 | vstinner | create | |
|