Skip to content

Navigation Menu

Sign in
Appearance settings

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

Provide feedback

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

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Merged
serhiy-storchaka merged 3 commits into
python:masterpython/cpython:masterfrom
serhiy-storchaka:bpo-20185-clinic-listserhiy-storchaka/cpython:bpo-20185-clinic-listCopy head branch name to clipboard
Mar 11, 2017
Merged

bpo-20185: Convert list object implementation to Argument Clinic.#542
serhiy-storchaka merged 3 commits into
python:masterpython/cpython:masterfrom
serhiy-storchaka:bpo-20185-clinic-listserhiy-storchaka/cpython:bpo-20185-clinic-listCopy head branch name to clipboard

Conversation

@serhiy-storchaka

Copy link
Copy Markdown
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
Copy Markdown

@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.

Comment thread Lib/idlelib/idle_test/test_calltips.py Outdated
"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
Copy Markdown
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
Copy Markdown
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.