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 diekhans
Recipients
Date 2007-03-09.04:58:28
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
thanks collin; that was suppose to be a feature request!

<fdopen \d+> doesn't really help.  For end user message, a file name is very use, the fact that it is opened by fdopen is not.  If one is debugging a program and knows the file name, one can usually figure out where it is opened, the file number, or for that matter that fdopen was used is less useful.

The particular case that prompted this request was the need use os.open to get non-blocking mode and then pass the result to fdopen.  However this now loses the file name, replacing it with something not useful.

thanks.
History
Date User Action Args
2007-08-23 16:12:24adminlinkissue1625576 messages
2007-08-23 16:12:24admincreate