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 loewis
Recipients
Date 2002-05-15.17:21:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

I would not be concerned about the backwards compatibility,
either: if anybody is passing arrays, there is a good chance
that the ioctl does not modify the buffer, or that the
caller would not worry about the (missing) modification - or
else we had seen reports before.

So documenting in Misc/NEWS and the documentation that
mutable  objects supporting the (write) buffer interface may
now mutate seems sufficient.
History
Date User Action Args
2007-08-23 14:01:21adminlinkissue555817 messages
2007-08-23 14:01:21admincreate