summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-01-24 18:52:43 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-01-24 18:52:43 (GMT)
commit4102d25b7eef868519b4c9b398690313cd36ef66 (patch)
tree47ced042ecd0a2729c651906339b9f945960f030 /Misc/NEWS
parent574ff0680fbaeec1033f2301d527c4c784921ccb (diff)
parent713640c4c95df999957b5366fb8cd7f443906858 (diff)
downloadcpython-4102d25b7eef868519b4c9b398690313cd36ef66.zip
cpython-4102d25b7eef868519b4c9b398690313cd36ef66.tar.gz
cpython-4102d25b7eef868519b4c9b398690313cd36ef66.tar.bz2
Issue #29337: Fixed possible BytesWarning when compare the code objects.
Warnings could be emitted at compile time.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 414369c..2b319ec 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.6.1 release candidate 1?
Core and Builtins
-----------------
+- Issue #29337: Fixed possible BytesWarning when compare the code objects.
+ Warnings could be emitted at compile time.
+
- Issue #29327: Fixed a crash when pass the iterable keyword argument to
sorted().