diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-12-20 14:36:34 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-12-20 14:36:34 (GMT) |
commit | 5aac3ed79999f6948d11f979ab3e42b9b60e9083 (patch) | |
tree | b338eac95f23fe5bdebacc996986d43204621ac7 /Misc/NEWS | |
parent | 5185597a69f1df8c68ba8d42fe39991124863488 (diff) | |
download | cpython-5aac3ed79999f6948d11f979ab3e42b9b60e9083.zip cpython-5aac3ed79999f6948d11f979ab3e42b9b60e9083.tar.gz cpython-5aac3ed79999f6948d11f979ab3e42b9b60e9083.tar.bz2 |
Issue #25766: Special method __bytes__() now works in str subclasses.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ Release date: tba Core and Builtins ----------------- +- Issue #25766: Special method __bytes__() now works in str subclasses. + - Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. This allows sys.getsize() to work correctly with their subclasses with __slots__ defined. |