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 xdegaye
Recipients python-dev, serhiy.storchaka, xdegaye
Date 2017-01-12.10:58:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484218718.32.0.496685518481.issue28759@psf.upfronthosting.co.za>
In-reply-to
Content
'supported_operation':
* The intent in using 'supported' was that the context manager could possibly be extended later.
* 'operation' is the terminology used in the GNU libc documentation [1].
I will replace 'supported_operation' with 'permitted_operation' unless a better name is proposed.

[1] https://www.gnu.org/software/libc/manual/html_node/Error-Codes.html
History
Date User Action Args
2017-01-12 10:58:38xdegayesetrecipients: + xdegaye, python-dev, serhiy.storchaka
2017-01-12 10:58:38xdegayesetmessageid: <1484218718.32.0.496685518481.issue28759@psf.upfronthosting.co.za>
2017-01-12 10:58:38xdegayelinkissue28759 messages
2017-01-12 10:58:37xdegayecreate