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 terry.reedy
Recipients gvanrossum, terry.reedy
Date 2019-05-06.06:30:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557124235.5.0.683529766839.issue36807@roundup.psfhosted.org>
In-reply-to
Content
This seems like a good idea.   I am assuming that open('somename', ...) always result in a file object with .fileno defined.

Although I am mostly not touching 2.7, this should be easy to do.  It will have to be done manually since iomenu was then IOBinding.
History
Date User Action Args
2019-05-06 06:30:35terry.reedysetrecipients: + terry.reedy, gvanrossum
2019-05-06 06:30:35terry.reedysetmessageid: <1557124235.5.0.683529766839.issue36807@roundup.psfhosted.org>
2019-05-06 06:30:35terry.reedylinkissue36807 messages
2019-05-06 06:30:35terry.reedycreate