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 antroy
Recipients
Date 2006-12-18.19:33:56
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The restriction isn't entirely arbitrary as far as I can see. If you allow the combination of inplace and openhook, then you will also need a writehook option, or the ability to specify a pair of hook function for the openhook. For example, there is a function provided for opening a compressed file for reading. In order to do an inplace edit, you would need to provide a write hook to compress the data on the way back in.

I think that the implementation of such a change would be open for discussion, and is beyond the scope of a minor change as suggested in this patch. (Perhaps the topic for a future PEP).
History
Date User Action Args
2007-08-23 15:55:41adminlinkissue1613500 messages
2007-08-23 15:55:41admincreate