diff options
author | Oren Milman <orenmn@gmail.com> | 2017-08-24 18:33:42 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2017-08-24 18:33:42 (GMT) |
commit | de50360ac2fec81dbf733f6c3c739b39a8822a39 (patch) | |
tree | 056148095d23b20ddceae1d53f64197de8ddce5d /Misc | |
parent | 13614e375cc3637cf1311733d453df6107e964ea (diff) | |
download | cpython-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')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-08-23-00-31-32.bpo-29741.EBn_DM.rst | 2 |
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. |