diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2014-08-09 06:19:41 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2014-08-09 06:19:41 (GMT) |
commit | a887d23a86c534ed194276fb7c4c7d655b19b3fc (patch) | |
tree | b8118b0ab5242175c88c4124bface6fa1fe6d26d /Misc/NEWS | |
parent | f1a98f50e64d67f89efc6f66f47d7a1e55caaa55 (diff) | |
parent | e4936b830cbe2fff52f8fd65dc0bf56ad86156eb (diff) | |
download | cpython-a887d23a86c534ed194276fb7c4c7d655b19b3fc.zip cpython-a887d23a86c534ed194276fb7c4c7d655b19b3fc.tar.gz cpython-a887d23a86c534ed194276fb7c4c7d655b19b3fc.tar.bz2 |
Merge #21777 from 3.4
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -794,6 +794,10 @@ C API 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 |