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 beazley
Recipients beazley
Date 2008-11-20.13:18:26
SpamBayes Score 4.328422e-09
Marked as misclassified No
Message-id <1227187108.35.0.631350852787.issue4362@psf.upfronthosting.co.za>
In-reply-to
Content
The FileIO object defined in the new io library has "name" and "mode" 
properties.  However, attempts to access either value result in an 
AttributeError exception.   The C source code in _fileio.c doesn't even 
implement a name attribute and it uses a different name for mode ("mode" 
instead of "_mode" that the property is looking for).

Broken in 2.6 and 3.0rc2.
History
Date User Action Args
2008-11-20 13:18:28beazleysetrecipients: + beazley
2008-11-20 13:18:28beazleysetmessageid: <1227187108.35.0.631350852787.issue4362@psf.upfronthosting.co.za>
2008-11-20 13:18:27beazleylinkissue4362 messages
2008-11-20 13:18:26beazleycreate