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 BreamoreBoy
Recipients BreamoreBoy, Ramchandra Apte, amaury.forgeotdarc, anselm.kruis, kristjan.jonsson, pitrou
Date 2014-07-13.12:51:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405255902.74.0.13104496991.issue5773@psf.upfronthosting.co.za>
In-reply-to
Content
Using latest default.

c:\cpython\PCbuild>python_d -c "import os; os.fdopen(2)"
-c:1: ResourceWarning: unclosed file <_io.TextIOWrapper name=2 mode='r' encoding='cp1252'>

Do we need to do anything with 2.7, can this be closed or what?
History
Date User Action Args
2014-07-13 12:51:42BreamoreBoysetrecipients: + BreamoreBoy, amaury.forgeotdarc, pitrou, kristjan.jonsson, Ramchandra Apte, anselm.kruis
2014-07-13 12:51:42BreamoreBoysetmessageid: <1405255902.74.0.13104496991.issue5773@psf.upfronthosting.co.za>
2014-07-13 12:51:42BreamoreBoylinkissue5773 messages
2014-07-13 12:51:42BreamoreBoycreate