summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorOren Milman <orenmn@gmail.com>2017-08-24 18:33:42 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2017-08-24 18:33:42 (GMT)
commitde50360ac2fec81dbf733f6c3c739b39a8822a39 (patch)
tree056148095d23b20ddceae1d53f64197de8ddce5d /Misc/NEWS.d/next/Library
parent13614e375cc3637cf1311733d453df6107e964ea (diff)
downloadcpython-de50360ac2fec81dbf733f6c3c739b39a8822a39.zip
cpython-de50360ac2fec81dbf733f6c3c739b39a8822a39.tar.gz
cpython-de50360ac2fec81dbf733f6c3c739b39a8822a39.tar.bz2
bpo-29741: Update some methods in the _pyio module to also accept integer types. Patch by Oren Milman. (#560)
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2017-08-23-00-31-32.bpo-29741.EBn_DM.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-08-23-00-31-32.bpo-29741.EBn_DM.rst b/Misc/NEWS.d/next/Library/2017-08-23-00-31-32.bpo-29741.EBn_DM.rst
new file mode 100644
index 0000000..dce720b
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-08-23-00-31-32.bpo-29741.EBn_DM.rst
@@ -0,0 +1,2 @@
+Update some methods in the _pyio module to also accept integer types. Patch
+by Oren Milman.