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 python-dev
Recipients gregory.p.smith, gvanrossum, lukasz.langa, martin.panter, memeplex, python-dev, serhiy.storchaka, vstinner, yselivanov
Date 2016-06-04.19:05:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160604190530.15244.81663.399A1B56@psf.io>
In-reply-to
Content
New changeset 3a560525ca50 by Gregory P. Smith in branch '3.5':
issue26372 - use os.devnull instead of /dev/null
https://hg.python.org/cpython/rev/3a560525ca50

New changeset 52e331b86f2b by Gregory P. Smith in branch 'default':
issue26372 - use os.devnull instead of /dev/null
https://hg.python.org/cpython/rev/52e331b86f2b
History
Date User Action Args
2016-06-04 19:05:33python-devsetrecipients: + python-dev, gvanrossum, gregory.p.smith, vstinner, memeplex, lukasz.langa, martin.panter, serhiy.storchaka, yselivanov
2016-06-04 19:05:33python-devlinkissue26372 messages
2016-06-04 19:05:33python-devcreate