Skip to content
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

References to "pysqlite" in documentation of sqlite3 should be changed. #50305

Closed
MLModel mannequin opened this issue May 18, 2009 · 3 comments
Closed

References to "pysqlite" in documentation of sqlite3 should be changed. #50305

MLModel mannequin opened this issue May 18, 2009 · 3 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@MLModel
Copy link
Mannequin

MLModel mannequin commented May 18, 2009

BPO 6055
Nosy @birkenfeld, @MLModel

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/birkenfeld'
closed_at = <Date 2009-05-20.18:31:45.525>
created_at = <Date 2009-05-18.16:52:25.732>
labels = ['docs']
title = 'References to "pysqlite" in documentation of sqlite3 should be changed.'
updated_at = <Date 2009-05-20.18:31:45.502>
user = 'https://github.com/MLModel'

bugs.python.org fields:

activity = <Date 2009-05-20.18:31:45.502>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2009-05-20.18:31:45.525>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2009-05-18.16:52:25.732>
creator = 'MLModel'
dependencies = []
files = []
hgrepos = []
issue_num = 6055
keywords = []
message_count = 3.0
messages = ['88037', '88043', '88128']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'MLModel']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue6055'
versions = ['Python 2.6', 'Python 3.0', 'Python 3.1', 'Python 2.7']

@MLModel
Copy link
Mannequin Author

MLModel mannequin commented May 18, 2009

Why are there references to "pysqlite" in the documentation and examples
for the sqlite3 module. Was sqlite3 derived from the earlier pysqlite
module? Seems to me that all the references to "pysqlite" should read
"sqlite3", except maybe in a reworded attribution to the developer.

@MLModel MLModel mannequin assigned birkenfeld May 18, 2009
@MLModel MLModel mannequin added the docs Documentation in the Doc dir label May 18, 2009
@MLModel
Copy link
Mannequin Author

MLModel mannequin commented May 18, 2009

I see that the _sqlite .h and .c files, and the sqlite3/dbapi2.py file,
all use "pysqlite" instead of "sqlite3" internally. Should that be
changed too, or is there just no point? My main concern is that people
relatively new to Python who wouldn't be aware of the long history some
modules have and their migration from external packages into the
distribution (often with a name change) will be confused by mentions of
pysqlite in the documentation.

@birkenfeld
Copy link
Member

pysqlite is an alias of sqlite3; it's developed outside of the core
under that name. I agree that this can be confusing, and I've now
removed almost all mentions (and qualified the remaining one) in r72801.

I will not touch occurrences in source code; this will make syncing with
pysqlite unnecessarily hard.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant