Skip to content

bpo-29695: Deprecated using bad named keyword arguments in builtings:#486

Merged
serhiy-storchaka merged 1 commit into
python:masterfrom
serhiy-storchaka:bpo-29695-deprecate-bad-keyword-parameters
Mar 5, 2017
Merged

bpo-29695: Deprecated using bad named keyword arguments in builtings:#486
serhiy-storchaka merged 1 commit into
python:masterfrom
serhiy-storchaka:bpo-29695-deprecate-bad-keyword-parameters

Conversation

@serhiy-storchaka

Copy link
Copy Markdown
Member

int(), bool(), float(), list() and tuple(). Specify the value as a
positional argument instead.

int(), bool(), float(), list() and tuple().  Specify the value as a
positional argument instead.
@serhiy-storchaka serhiy-storchaka added the type-feature A feature request or enhancement label Mar 5, 2017
@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 @mdickinson, @tim-one, @Haypo, @DanielStutzbach and @benjaminp to be potential reviewers.

@serhiy-storchaka serhiy-storchaka merged commit 58d23e6 into python:master Mar 5, 2017
@serhiy-storchaka serhiy-storchaka deleted the bpo-29695-deprecate-bad-keyword-parameters branch May 18, 2017 13:38
jaraco pushed a commit that referenced this pull request Dec 2, 2022
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.3.1 to 1.4.1.
- [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.3.1...1.4.1)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@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