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 martin.panter
Recipients Arfrever, BreamoreBoy, Claudiu.Popa, emaste, harrison.grundy, jcea, koobs, larry, martin.panter, pitrou, python-dev, r.david.murray, trent, vstinner
Date 2015-06-18.07:01:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434610912.49.0.383938147627.issue15745@psf.upfronthosting.co.za>
In-reply-to
Content
The commit causes test_os to emit DeprecationWarning warnings, which it didn’t before:

[vadmium@localhost cpython]$ hg update 4335d898be59
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
[vadmium@localhost cpython]$ ./python -bWdefault -m test test_os
[1/1] test_os
/media/disk/home/proj/python/cpython/Lib/unittest/case.py:638: DeprecationWarning: stat_float_times() is deprecated
  function(*args, **kwargs)
[× 11 . . .]
History
Date User Action Args
2015-06-18 07:01:52martin.pantersetrecipients: + martin.panter, jcea, pitrou, vstinner, larry, trent, Arfrever, r.david.murray, Claudiu.Popa, BreamoreBoy, python-dev, koobs, emaste, harrison.grundy
2015-06-18 07:01:52martin.pantersetmessageid: <1434610912.49.0.383938147627.issue15745@psf.upfronthosting.co.za>
2015-06-18 07:01:52martin.panterlinkissue15745 messages
2015-06-18 07:01:51martin.pantercreate