diff options
author | Ned Deily <nad@python.org> | 2017-12-05 08:17:33 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-12-05 08:17:33 (GMT) |
commit | 3f9a728d955579373f45dac1dd89f5b3e4f36a1c (patch) | |
tree | e033fc4fecc9a1baa5b19ec72756f1fe96103eed /Misc/NEWS.d/next/Library/2017-09-07-12-50-28.bpo-31307.AVBiNY.rst | |
parent | d4d2b563025747c2e73ed970c633126a5438044e (diff) | |
download | cpython-3f9a728d955579373f45dac1dd89f5b3e4f36a1c.zip cpython-3f9a728d955579373f45dac1dd89f5b3e4f36a1c.tar.gz cpython-3f9a728d955579373f45dac1dd89f5b3e4f36a1c.tar.bz2 |
Update NEWS and pydoc topics.
Diffstat (limited to 'Misc/NEWS.d/next/Library/2017-09-07-12-50-28.bpo-31307.AVBiNY.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-09-07-12-50-28.bpo-31307.AVBiNY.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-09-07-12-50-28.bpo-31307.AVBiNY.rst b/Misc/NEWS.d/next/Library/2017-09-07-12-50-28.bpo-31307.AVBiNY.rst deleted file mode 100644 index 7e649aa..0000000 --- a/Misc/NEWS.d/next/Library/2017-09-07-12-50-28.bpo-31307.AVBiNY.rst +++ /dev/null @@ -1,2 +0,0 @@ -Allow use of bytes objects for arguments to -:meth:`configparser.ConfigParser.read`. Patch by Vincent Michel. |