Skip to content

docs: fix outdated urllib2 reference to urllib#1803

Open
jlaportebot wants to merge 1 commit intostripe:masterfrom
jlaportebot:fix/docs-urllib2-to-urllib
Open

docs: fix outdated urllib2 reference to urllib#1803
jlaportebot wants to merge 1 commit intostripe:masterfrom
jlaportebot:fix/docs-urllib2-to-urllib

Conversation

@jlaportebot
Copy link
Copy Markdown

Summary

Fixed outdated documentation reference from urllib2 to urllib.

Changes

  • Updated README.md line 130 to use urllib instead of urllib2
  • Python 3 uses urllib module, not urllib2 (which was Python 2)

Why this matters

The documentation was referencing the Python 2 module urllib2, which doesn't exist in Python 3. This could confuse users trying to understand the HTTP client fallback behavior in Python 3 environments.

Testing

This is a documentation-only change with no code impact. The change accurately reflects the actual behavior of the library in Python 3 environments.

Python 3 uses urllib instead of urllib2. Updated the documentation to reflect the correct module name.
@jlaportebot jlaportebot requested a review from a team as a code owner May 3, 2026 21:41
@jlaportebot jlaportebot requested review from prathmesh-stripe and removed request for a team May 3, 2026 21:41
@cla-assistant
Copy link
Copy Markdown

cla-assistant Bot commented May 3, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

1 similar comment
@cla-assistant
Copy link
Copy Markdown

cla-assistant Bot commented May 3, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@xavdid
Copy link
Copy Markdown
Member

xavdid commented May 4, 2026

Thank you! you need to sign the CLA before we can accept the contribution

@jlaportebot
Copy link
Copy Markdown
Author

@cla-assistant bot: I agree to the CLA

@jlaportebot
Copy link
Copy Markdown
Author

@cla-assistant please recheck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants