diff options
author | David Ellis <ducksual@gmail.com> | 2017-03-03 17:14:27 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2017-03-03 17:14:27 (GMT) |
commit | 85b8d01c916b482dac937b93ede1e53b1db0361c (patch) | |
tree | bfa366f638fdd8276bfca76ffaf252ee1e3fa5f7 /Misc | |
parent | 677ab995cede784f5dafa64d54c92e98c8b81dd7 (diff) | |
download | cpython-85b8d01c916b482dac937b93ede1e53b1db0361c.zip cpython-85b8d01c916b482dac937b93ede1e53b1db0361c.tar.gz cpython-85b8d01c916b482dac937b93ede1e53b1db0361c.tar.bz2 |
bpo-29623: Make PathLike objects work with ConfigParser.read() (#242)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -259,6 +259,9 @@ Extension Modules Library ------- +- bpo-29623: Allow use of path-like object as a single argument in + ConfigParser.read(). Patch by David Ellis. + - bpo-9303: Migrate sqlite3 module to _v2 API. Patch by Aviv Palivoda. - bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback |