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 serhiy.storchaka
Recipients Arfrever, berker.peksag, ezio.melotti, martin.panter, rhettinger, serhiy.storchaka, vstinner
Date 2015-03-20.13:39:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <6153497.X4pU8daJc1@raxxla>
In-reply-to <1426854985.87.0.777793725937.issue22831@psf.upfronthosting.co.za>
Content
п'ятниця, 20-бер-2015 12:36:25 ви написали:
> Martin Panter added the comment:
> 
> There were a couple mistakes I found; see Reitveld. I was going to say to
> leave the open(mode="r") parameter as it is, since an explicit "r" is more
> readable, but since you already took some out, I’m not going to complain.
> 
> While many of the changes look worthwhile, I do worry that some of them will
> never be tested (at least until say Python 3.14 or something). E.g. I just
> tried running Tools/scripts/dutree.py cos it looked interesting, but was
> confronted with the “unorderable types: int() < NoneType()” Python 2-ism.
> 
> ----------
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue22831>
> _______________________________________
Files
File name Uploaded
fd_leaks_tests1_2.patch serhiy.storchaka, 2015-03-20.13:39:51
fd_leaks_tools1_2.patch serhiy.storchaka, 2015-03-20.13:39:52
fd_leaks_tools2_2.patch serhiy.storchaka, 2015-03-20.13:39:52
History
Date User Action Args
2015-03-20 13:39:55serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, ezio.melotti, Arfrever, berker.peksag, martin.panter
2015-03-20 13:39:52serhiy.storchakalinkissue22831 messages
2015-03-20 13:39:52serhiy.storchakacreate