summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-01-24 18:49:26 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-01-24 18:49:26 (GMT)
commit713640c4c95df999957b5366fb8cd7f443906858 (patch)
tree810a234869418937b9d5d9df09605ff24a695c02 /Misc
parentef107ee7a0a8ee27b0a54c542e3918807c981f83 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dd68006..19d90af 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-------