summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2009-12-31 03:56:09 (GMT)
committerAlexandre Vassalotti <alexandre@peadrop.com>2009-12-31 03:56:09 (GMT)
commiteb6f8de8bf105b4d6e9e21898e76c5647a48a3c9 (patch)
tree8ea05c9c5d2af1b3c65c15a1c9c8dfbb0063576c /Misc
parentb05e73d9c86872c3f0ebc7d6a157860ebc28ca2f (diff)
downloadcpython-eb6f8de8bf105b4d6e9e21898e76c5647a48a3c9.zip
cpython-eb6f8de8bf105b4d6e9e21898e76c5647a48a3c9.tar.gz
cpython-eb6f8de8bf105b4d6e9e21898e76c5647a48a3c9.tar.bz2
Issue #6687: Moved the special-case for integers out of PyBytes_FromObject.
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 64319f0..ba555ee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -140,6 +140,9 @@ Core and Builtins
- Issue #4856: Remove checks for win NT.
+- Issue #6687: PyBytes_FromObject() no longer accepts an integer as its
+ argument to construct a null-initialized bytes object.
+
C-API
-----