Skip to content

bpo-20185: Convert list object implementation to Argument Clinic. #542

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

Merged

Conversation

serhiy-storchaka
Copy link
Member

No description provided.

@serhiy-storchaka serhiy-storchaka added the type-feature A feature request or enhancement label Mar 7, 2017
@serhiy-storchaka serhiy-storchaka requested a review from vadmium March 7, 2017 09:36
@mention-bot
Copy link

@serhiy-storchaka, thanks for your PR! By analyzing the history of the files in this pull request, we identified @rhettinger, @Yhg1s, @kristjanvalur, @akheron and @DanielStutzbach to be potential reviewers.

"list(iterable) -> new list initialized from iterable's items")
self.assertEqual(signature(int),
"int(x=0) -> integer\n"
"int(x, base=10) -> integer")
Copy link
Member

Choose a reason for hiding this comment

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

Hum, this docstring is now wrong: see http://bugs.python.org/issue29749

Copy link
Member Author

Choose a reason for hiding this comment

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

Will use range(). Hope its signature is more stable.

@serhiy-storchaka serhiy-storchaka merged commit fdd42c4 into python:master Mar 11, 2017
@serhiy-storchaka serhiy-storchaka deleted the bpo-20185-clinic-list branch March 11, 2017 07:19
terryjreedy added a commit to terryjreedy/cpython that referenced this pull request Jun 11, 2017
terryjreedy added a commit that referenced this pull request Jun 11, 2017
Synchronize 3.6/3.7 test_calltips to the extent possible.  Part of patch by Serhiy Storchaka.
(cherry-pick from fdd42c4)
jaraco pushed a commit that referenced this pull request Dec 2, 2022
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.5.6 to 1.5.9.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@1.5.6...1.5.9)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mariatta Wijaya <Mariatta@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature A feature request or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants