diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2014-08-09 06:14:04 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2014-08-09 06:14:04 (GMT) |
commit | e4936b830cbe2fff52f8fd65dc0bf56ad86156eb (patch) | |
tree | b66a63850c36a7b1d3bab6e2ebea39d07d8ac21a /Misc | |
parent | da26cca1cef111282e4be83af0994305c6218ade (diff) | |
download | cpython-e4936b830cbe2fff52f8fd65dc0bf56ad86156eb.zip cpython-e4936b830cbe2fff52f8fd65dc0bf56ad86156eb.tar.gz cpython-e4936b830cbe2fff52f8fd65dc0bf56ad86156eb.tar.bz2 |
Issue #21777: separate docs for binary sequence methods
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -283,6 +283,13 @@ Tests - Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), PanedWindow.paneconfigure(), and Menu.entryconfigure(). +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. + Windows ------- |