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 lum
Recipients amaury.forgeotdarc, berker.peksag, bethard, eric.araujo, lum
Date 2012-10-23.12:06:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350993975.09.0.226609173962.issue11175@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an attempt at implementing this (my first contribution). Some notes:

- I tried to keep `__repr__()` backwards compatible. It would have been easier to inherit from `_AttributeHolder`, but maybe this might break some things...
- I added some test cases for `__repr__()`, but that's it. I don't think there's any other sensible test to do, as we're really just passing stuff to `open()`
- not sure about the style, especially line breaks...
History
Date User Action Args
2012-10-23 12:06:15lumsetrecipients: + lum, amaury.forgeotdarc, bethard, eric.araujo, berker.peksag
2012-10-23 12:06:15lumsetmessageid: <1350993975.09.0.226609173962.issue11175@psf.upfronthosting.co.za>
2012-10-23 12:06:15lumlinkissue11175 messages
2012-10-23 12:06:15lumcreate