Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-45173 Remove configparser deprecations #28292

Merged
merged 2 commits into from Sep 13, 2021

Conversation

@hugovk
Copy link
Contributor

@hugovk hugovk commented Sep 11, 2021

In the configparser module, these have been deprecated since Python 3.2:

  • the SafeConfigParser class,
  • the filename property of the ParsingError class,
  • the readfp method of the ConfigParser class,

https://bugs.python.org/issue45173

In the configparser module, these have been deprecated since Python 3.2:

* the SafeConfigParser class,
* the filename property of the ParsingError class,
* the readfp method of the ConfigParser class,
ambv pushed a commit that referenced this issue Sep 13, 2021
In the configparser module, these have been deprecated since Python 3.2:

* the SafeConfigParser class,
* the filename property of the ParsingError class,
* the readfp method of the ConfigParser class,
@ambv ambv merged commit 1fc41ae into python:main Sep 13, 2021
12 checks passed
12 checks passed
@github-actions[bot]
Docs Docs
Details
@github-actions[bot]
Check for source changes
Details
@github-actions[bot]
Check if generated files are up to date
Details
@github-actions[bot]
Windows (x86)
Details
@github-actions[bot]
Windows (x64)
Details
@github-actions[bot]
macOS
Details
@github-actions[bot]
Ubuntu
Details
@github-actions[bot]
Ubuntu SSL tests with OpenSSL
Details
@github-actions[bot]
Address sanitizer Address sanitizer
Details
Azure Pipelines PR #20210913.28 succeeded
Details
@bedevere-bot
bedevere/issue-number Issue number 45173 found
Details
@bedevere-bot
bedevere/news News entry found in Misc/NEWS.d
@hugovk hugovk deleted the rm-configparser-deprecations branch Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants