← 返回首页
bpo-45173 Remove configparser deprecations by hugovk · Pull Request #28292 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

bpo-45173 Remove configparser deprecations#28292

Merged
ambv merged 2 commits into
python:mainfrom
hugovk:rm-configparser-deprecations
Sep 13, 2021
Merged

bpo-45173 Remove configparser deprecations#28292
ambv merged 2 commits into
python:mainfrom
hugovk:rm-configparser-deprecations

Conversation

hugovk commented Sep 11, 2021
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

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 merged commit 1fc41ae into python:main Sep 13, 2021
hugovk deleted the rm-configparser-deprecations branch September 13, 2021 17:21
tacaswell added a commit to tacaswell/area-detector-handlers that referenced this pull request Oct 29, 2021
SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311. python/cpython#28292 https://bugs.python.org/issue45173
tacaswell added a commit to tacaswell/area-detector-handlers that referenced this pull request Oct 29, 2021
SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311. python/cpython#28292 https://bugs.python.org/issue45173
tacaswell added a commit to tacaswell/area-detector-handlers that referenced this pull request Oct 29, 2021
SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311. python/cpython#28292 https://bugs.python.org/issue45173
tacaswell added a commit to tacaswell/area-detector-handlers that referenced this pull request Oct 29, 2021
SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311. python/cpython#28292 https://bugs.python.org/issue45173
tacaswell added a commit to tacaswell/area-detector-handlers that referenced this pull request Oct 29, 2021
SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311. python/cpython#28292 https://bugs.python.org/issue45173
tacaswell added a commit to tacaswell/bluesky-ui that referenced this pull request Oct 29, 2021
SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311. python/cpython#28292 https://bugs.python.org/issue45173
tacaswell added a commit to tacaswell/caproto-sandbox that referenced this pull request Oct 29, 2021
SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311. python/cpython#28292 https://bugs.python.org/issue45173
tacaswell added a commit to tacaswell/caproto that referenced this pull request Oct 29, 2021
SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311. python/cpython#28292 https://bugs.python.org/issue45173
tacaswell added a commit to tacaswell/databroker-browser that referenced this pull request Oct 29, 2021
SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311. python/cpython#28292 https://bugs.python.org/issue45173
tacaswell added a commit to tacaswell/dataportal that referenced this pull request Oct 29, 2021
SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311. python/cpython#28292 https://bugs.python.org/issue45173
tacaswell added a commit to tacaswell/depfinder that referenced this pull request Oct 29, 2021
SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311. python/cpython#28292 https://bugs.python.org/issue45173
tacaswell added a commit to tacaswell/filestore that referenced this pull request Oct 29, 2021
SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311. python/cpython#28292 https://bugs.python.org/issue45173
tacaswell added a commit to tacaswell/Xi-cam.core that referenced this pull request Oct 29, 2021
SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311. python/cpython#28292 https://bugs.python.org/issue45173
tacaswell added a commit to tacaswell/Xi-cam.gui that referenced this pull request Oct 29, 2021
SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311. python/cpython#28292 https://bugs.python.org/issue45173
tacaswell added a commit to tacaswell/Xi-cam.plugins that referenced this pull request Oct 29, 2021
SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311. python/cpython#28292 https://bugs.python.org/issue45173
tacaswell added a commit to tacaswell/Xi-cam.dev that referenced this pull request Oct 29, 2021
SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311. python/cpython#28292 https://bugs.python.org/issue45173
tacaswell added a commit to tacaswell/metadataclient that referenced this pull request Oct 29, 2021
SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311. python/cpython#28292 https://bugs.python.org/issue45173
tacaswell added a commit to tacaswell/metadataservice-1 that referenced this pull request Oct 29, 2021
SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311. python/cpython#28292 https://bugs.python.org/issue45173
tacaswell added a commit to tacaswell/metadataStore that referenced this pull request Oct 29, 2021
SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311. python/cpython#28292 https://bugs.python.org/issue45173
tacaswell added a commit to tacaswell/mily that referenced this pull request Oct 29, 2021
SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311. python/cpython#28292 https://bugs.python.org/issue45173
tacaswell added a commit to tacaswell/nslsii that referenced this pull request Oct 29, 2021
SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311. python/cpython#28292 https://bugs.python.org/issue45173
287 hidden items Load more…
This was referenced Jun 22, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Footer

© 2026 GitHub, Inc.