]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31307: Make ConfigParser.read() accept bytes objects (GH-3420)
authorVincent Michel <vxgmichel@gmail.com>
Thu, 2 Nov 2017 12:47:04 +0000 (13:47 +0100)
committerBerker Peksag <berker.peksag@gmail.com>
Thu, 2 Nov 2017 12:47:04 +0000 (15:47 +0300)
commite314853d57450b2b9523157eebd405289a795a0e
treec410df1fbf11b9ec522e915819c58f5f53cbd27a
parenta64ce973a3ad90e4f4a93c402e946c132f647a63
bpo-31307: Make ConfigParser.read() accept bytes objects (GH-3420)
Doc/library/configparser.rst
Lib/configparser.py
Lib/test/test_configparser.py
Misc/NEWS.d/next/Library/2017-09-07-12-50-28.bpo-31307.AVBiNY.rst [new file with mode: 0644]