Message 261942 - Python tracker

Message261942

Author martin.panter
Recipients benjamin.peterson, martin.panter, pitrou, serhiy.storchaka, stutzbach, viraptor
Date 2016-03-18.02:01:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458266469.18.0.355069840094.issue22854@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for looking at this Serhiy. Here is patch v2, merged with 3.6 branch; some doc string changes were redundant with upstream Arg Clinic changes.

However looking at this again, I think we should be cautious changing the documented exceptions for the base classes, since that is changing the API. E.g. perhaps it would be safer to leave the exception for fileno() as OSError (aka IOError). It it actually causing a problem? Or the API changes should be reserved for 3.6 only.
History
Date User Action Args
2016-03-18 02:01:09martin.pantersetrecipients: + martin.panter, pitrou, benjamin.peterson, stutzbach, serhiy.storchaka, viraptor
2016-03-18 02:01:09martin.pantersetmessageid: <1458266469.18.0.355069840094.issue22854@psf.upfronthosting.co.za>
2016-03-18 02:01:09martin.panterlinkissue22854 messages
2016-03-18 02:01:03martin.pantercreate