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
Member

@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 ambv merged commit 1fc41ae into python:main Sep 13, 2021
12 checks passed
@hugovk hugovk deleted the rm-configparser-deprecations branch Sep 13, 2021
tacaswell added a commit to tacaswell/area-detector-handlers that referenced this issue 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 issue 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 issue 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 issue 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 issue 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 issue 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 issue 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 issue 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 issue 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 issue 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 issue 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 issue 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 issue 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 issue 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 issue 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 issue 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 issue 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 issue 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 issue 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 issue 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 issue 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/trackpy that referenced this issue 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-browser that referenced this issue 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 matplotlib/mpl-gui that referenced this issue 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
Copy link
Contributor

@tacaswell tacaswell commented Oct 29, 2021

Sorry for the many many cross references.

For anyone who hits this in the future, I wrote a very naive script to do this https://github.com/tacaswell/fix_versioneer_py311 .

tacaswell added a commit to tacaswell/ophyd that referenced this issue 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
klauer pushed a commit to pcdshub/happi that referenced this issue 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
klauer pushed a commit to pcdshub/pcdsdevices that referenced this issue 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
klauer pushed a commit to pcdshub/lightpath that referenced this issue 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
klauer pushed a commit to pcdshub/pswalker that referenced this issue 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
klauer pushed a commit to pcdshub/hxrsnd that referenced this issue 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
klauer pushed a commit to pcdshub/transfocate that referenced this issue 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
klauer pushed a commit to pcdshub/roadrunner that referenced this issue 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
klauer pushed a commit to pcdshub/recordits that referenced this issue 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
klauer pushed a commit to pcdshub/adviewer that referenced this issue 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
klauer pushed a commit to pcdshub/tc_release that referenced this issue 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
klauer pushed a commit to pcdshub/ophyd-ads that referenced this issue 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
klauer pushed a commit to pcdshub/lucid that referenced this issue 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
klauer pushed a commit to pcdshub/motor_watch that referenced this issue 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
klauer pushed a commit to pcdshub/auto_monochromator that referenced this issue 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
klauer pushed a commit to pcdshub/pmps_test that referenced this issue 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
RussBerg pushed a commit to bluesky/suitcase-nxstxm that referenced this issue Nov 3, 2021
SafeConfigParser has been deprecated since Python 3.2 and will
be removed in py311.

python/cpython#28292
https://bugs.python.org/issue45173
carterbox added a commit to prjemian/punx that referenced this issue Nov 3, 2021
SafeConfigParser has been deprecated since Python 3.2 and will
be removed in py311.

python/cpython#28292
https://bugs.python.org/issue45173
Closes #153
tacaswell added a commit to matplotlib/mpl-gui that referenced this issue Dec 2, 2021
SafeConfigParser has been deprecated since Python 3.2 and will
be removed in py311.

python/cpython#28292
https://bugs.python.org/issue45173
jklynch added a commit to bluesky/bluesky-kafka that referenced this issue Dec 9, 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/slicerator that referenced this issue Feb 3, 2022
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/pims that referenced this issue Feb 12, 2022
SafeConfigParser has been deprecated since Python 3.2 and will
be removed in py311.

python/cpython#28292
https://bugs.python.org/issue45173
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants