◐ Shell
clean mode source ↗

Remove non-existing ip_str parameter from docstring by kit1980 · Pull Request #103461 · python/cpython

@kit1980

@kit1980 kit1980 commented

Apr 12, 2023

Copy link Copy Markdown

Contributor

Remove non-existing ip_str parameter from _explode_shorthand_ip_string's docstring.

@bedevere-bot

This comment was marked as outdated.

@ghost

ghost commented

Apr 12, 2023

edited by ghost

Loading

Copy link Copy Markdown

All commit authors signed the Contributor License Agreement.
CLA signed

@hauntsaninja hauntsaninja left a comment

Copy link Copy Markdown

Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks like this goes back to the initial commit dc9b255#diff-f67a8b5be6bdc48383d2ab907325a4c75ef998fa7cd0bba382ec2efa7e4f00b5R1761

@hauntsaninja hauntsaninja merged commit 9cc1960 into python:main

Apr 14, 2023

carljm added a commit to carljm/cpython that referenced this pull request

Apr 14, 2023
* main:
  pythongh-103532: Remove TKINTER_PROTECT_LOADTK code (pythonGH-103535)
  pythongh-103180: Add CI timeouts to all GitHub Actions jobs (python#103437)
  Remove double space in import error message (python#103458)
  ipaddress: Remove non-existent ip_str param from docstring (python#103461)
  Fix syntax typo in isolating extensions doc (python#103516)
  pythongh-103406: Modernize pos-only arguments usage in `test_signature` (python#103407)
  Proofread howto/perf_profiling.rst (python#103530)
  Fix unused functions warnings in instrumentation.c (pythonGH-103515)

carljm added a commit to carljm/cpython that referenced this pull request

Apr 14, 2023
* superopt:
  fix incompatible types
  update generated cases
  don't unnecessarily re-find args in error case
  Apply suggestions from code review
  pythongh-103532: Remove TKINTER_PROTECT_LOADTK code (pythonGH-103535)
  pythongh-103180: Add CI timeouts to all GitHub Actions jobs (python#103437)
  Remove double space in import error message (python#103458)
  ipaddress: Remove non-existent ip_str param from docstring (python#103461)
  Fix syntax typo in isolating extensions doc (python#103516)
  pythongh-103406: Modernize pos-only arguments usage in `test_signature` (python#103407)
  Proofread howto/perf_profiling.rst (python#103530)
  Fix unused functions warnings in instrumentation.c (pythonGH-103515)