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 berker.peksag
Recipients David.Sankel, Drekin, Jonitis, akira, amaury.forgeotdarc, berker.peksag, christoph, davidsarah, dead1ne, escapewindow, ezio.melotti, flox, giampaolo.rodola, gurnec, hippietrail, lemburg, lilydjwg, mark, martin.panter, mhammond, ncoghlan, ned.deily, paul.moore, piotr.dobrogost, pitrou, santoso.wijaya, smerlin, ssbarnea, steve.dower, stijn, terry.reedy, tim.golden, tzot, v+python, wiz21
Date 2016-09-07.23:35:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473291305.71.0.305490543436.issue1602@psf.upfronthosting.co.za>
In-reply-to
Content
I left some minor comments for Doc/whatsnew/3.6.rst on Rietveld.

In Lib/test/test_winconsoleio.py:

* self.assert_() (deprecated) can be replaced by self.assertTrue()

* We can add

  if __name__ == '__main__':
      unittest.main()
History
Date User Action Args
2016-09-07 23:35:05berker.peksagsetrecipients: + berker.peksag, lemburg, mhammond, terry.reedy, paul.moore, tzot, amaury.forgeotdarc, ncoghlan, pitrou, giampaolo.rodola, tim.golden, mark, ned.deily, christoph, ezio.melotti, v+python, hippietrail, ssbarnea, flox, davidsarah, santoso.wijaya, akira, David.Sankel, smerlin, lilydjwg, martin.panter, piotr.dobrogost, Drekin, steve.dower, wiz21, stijn, Jonitis, gurnec, escapewindow, dead1ne
2016-09-07 23:35:05berker.peksagsetmessageid: <1473291305.71.0.305490543436.issue1602@psf.upfronthosting.co.za>
2016-09-07 23:35:05berker.peksaglinkissue1602 messages
2016-09-07 23:35:05berker.peksagcreate