Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

gh-118469: Document sqlite3.Binary in module constants#136734

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
killerdevildog wants to merge4 commits intopython:main
base:main
Choose a base branch
Loading
fromkillerdevildog:doc-improvements-sqlite3-binary

Conversation

killerdevildog
Copy link

@killerdevildogkillerdevildog commentedJul 17, 2025
edited by github-actionsbot
Loading

gh-118469: Add documentation for sqlite3.Binary

Documents sqlite3.Binary as a memoryview alias for handling BLOB data per DB-API 2.0 specification.

Key additions:

  • Explains Binary as memoryview alias for SQL BLOB values
  • Notes that bytes objects can also handle binary data directly
  • Includes cross-references to related types
  • Follows DB-API 2.0 specification requirements

Fixesgh-118469


📚 Documentation preview 📚:https://cpython-previews--136734.org.readthedocs.build/

@python-cla-bot
Copy link

python-cla-botbot commentedJul 17, 2025
edited
Loading

All commit authors signed the Contributor License Agreement.

CLA signed

@ZeroIntensityZeroIntensity added topic-sqlite3 needs backport to 3.13bugs and security fixes needs backport to 3.14bugs and security fixes labelsJul 17, 2025
- Remove redundant second paragraph about DB-API 2.0 specification- Change 'bytes objects' to 'bytes-like objects' for accuracy- Add 'This is the current behavior' to clarify implementation status
@killerdevildogkillerdevildogforce-pushed thedoc-improvements-sqlite3-binary branch fromc3d89c2 to617a148CompareJuly 17, 2025 16:10
killerdevildogand others added3 commitsJuly 17, 2025 11:39
Typo FixCo-authored-by: Peter Bierma <zintensitydev@gmail.com>
Updated "This is " to make a complete sentence.Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ZeroIntensityZeroIntensityZeroIntensity left review comments

@StanFromIrelandStanFromIrelandStanFromIreland left review comments

@berkerpeksagberkerpeksagAwaiting requested review from berkerpeksagberkerpeksag is a code owner

@erlend-aaslanderlend-aaslandAwaiting requested review from erlend-aaslanderlend-aasland is a code owner

Assignees
No one assigned
Labels
awaiting reviewdocsDocumentation in the Doc dirneeds backport to 3.13bugs and security fixesneeds backport to 3.14bugs and security fixesskip newstopic-sqlite3
Projects
Status: Todo
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

No documentation for sqlite3.Binary
3 participants
@killerdevildog@ZeroIntensity@StanFromIreland

[8]ページ先頭

©2009-2025 Movatter.jp