From: Nick Coghlan Date: Sat, 9 Aug 2014 06:19:41 +0000 (+1000) Subject: Merge #21777 from 3.4 X-Git-Tag: v3.5.0a1~1097 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a887d23a86c534ed194276fb7c4c7d655b19b3fc;p=python Merge #21777 from 3.4 --- a887d23a86c534ed194276fb7c4c7d655b19b3fc diff --cc Misc/NEWS index aea2df99c7,247a4f3c9f..3e5f01bb89 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -794,8 -610,6 +794,12 @@@ C AP Documentation ------------- ++- Issue #21777: The binary sequence methods on bytes and bytearray are now ++ documented explicitly, rather than assuming users will be able to derive ++ the expected behaviour from the behaviour of the corresponding str methods. ++ +- Issue #6916: undocument deprecated asynchat.fifo class. + - Issue #17386: Expanded functionality of the ``Doc/make.bat`` script to make it much more comparable to ``Doc/Makefile``.