Skip to content

docs: update README with context manager, timeout, and error handling#65

Merged
fguillot merged 1 commit intomainfrom
docs/update-readme
Mar 25, 2026
Merged

docs: update README with context manager, timeout, and error handling#65
fguillot merged 1 commit intomainfrom
docs/update-readme

Conversation

@fguillot
Copy link
Member

  • Use context manager in all examples to prevent resource leaks
  • Replace deprecated asyncio.get_event_loop() with asyncio.run()
  • Add timeout configuration section
  • Add error handling section showing ClientError usage
  • Use RST warning directive for insecure SSL option
  • Remove stale Python 2.7/3.7/3.8 deprecation notes

- Use context manager in all examples to prevent resource leaks
- Replace deprecated asyncio.get_event_loop() with asyncio.run()
- Add timeout configuration section
- Add error handling section showing ClientError usage
- Use RST warning directive for insecure SSL option
- Remove stale Python 2.7/3.7/3.8 deprecation notes
@fguillot fguillot merged commit 0ff68dc into main Mar 25, 2026
11 checks passed
@fguillot fguillot deleted the docs/update-readme branch March 25, 2026 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant