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 benjamin.peterson
Recipients benjamin.peterson, pitrou, stutzbach
Date 2010-09-16.00:53:36
SpamBayes Score 0.00011808788
Marked as misclassified No
Message-id <AANLkTinMkXrdGJ601GnfFy=rcmV9izmaqNUhirLi3Z5Q@mail.gmail.com>
In-reply-to <1284597593.52.0.119762148008.issue9858@psf.upfronthosting.co.za>
Content
2010/9/15 Daniel Stutzbach <report@bugs.python.org>:
>
> Daniel Stutzbach <daniel@stutzbachenterprises.com> added the comment:
>
>> Hmm, none the less other code expects it.
>
> Does that imply that there's some code that will break on FileIO objects that are created using a file descriptor instead of a filename?  If so, where?

No, just that all code that access name expects an AttributeError,
indicating that when there is no "name" an error should result.
History
Date User Action Args
2010-09-16 00:53:38benjamin.petersonsetrecipients: + benjamin.peterson, pitrou, stutzbach
2010-09-16 00:53:36benjamin.petersonlinkissue9858 messages
2010-09-16 00:53:36benjamin.petersoncreate