diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-01-24 18:49:26 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-01-24 18:49:26 (GMT) |
commit | 713640c4c95df999957b5366fb8cd7f443906858 (patch) | |
tree | 810a234869418937b9d5d9df09605ff24a695c02 /Misc | |
parent | ef107ee7a0a8ee27b0a54c542e3918807c981f83 (diff) | |
download | cpython-713640c4c95df999957b5366fb8cd7f443906858.zip cpython-713640c4c95df999957b5366fb8cd7f443906858.tar.gz cpython-713640c4c95df999957b5366fb8cd7f443906858.tar.bz2 |
Issue #29337: Fixed possible BytesWarning when compare the code objects.
Warnings could be emitted at compile time.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Release date: XXXX-XX-XX Core and Builtins ----------------- +- Issue #29337: Fixed possible BytesWarning when compare the code objects. + Warnings could be emitted at compile time. + Library ------- |