Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/html/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ lists or chat rooms:
[irc-pypa-dev]: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev

If you find any security issues, please report to [security@python.org](mailto:security@python.org)

## Privacy Notice

The pip project does not collect any telemetry, however, pip will send
Copy link
Member

Choose a reason for hiding this comment

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

I feel that the phrasing "the pip project" is a little awkward here. It's the program, not the project, that we're talking about. Can't we just say "Pip does not collect any telemetry..."? If this is a circumlocution to avoid the debate over whether we capitalise "pip" at the start of a sentence, I'd rather just have that debate now (IMO, we should capitalise - "pip" is just a word like any other, it shouldn't have special capitalisation rules).

Having said this, I really don't care that much - if another maintainer wants to approve this PR as it stands, I'm fine with that.

Copy link
Author

Choose a reason for hiding this comment

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

Honestly I agree on this, Pip does not collect any telemetry sounds more fitting imo.

Copy link
Member

Choose a reason for hiding this comment

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

OK, here's my suggested change:

Suggested change
The pip project does not collect any telemetry, however, pip will send
Pip does not collect any telemetry, however, it will send

I'll wait a while in case any other maintainers care enough to object, otherwise I'll make this change and merge.

non-identifying environment information (Python version, OS, etc.) to any remote indices
used, who may choose to retain such information. Please consult PyPI's privacy
policy for their data collection and retention practices.
1 change: 1 addition & 0 deletions news/13559.trivial.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add privacy notice to documentation index page.