Documentation: Promote Python 3 syntax for bytes
Open
documentation
- Dominant language
- C++
- Stars
- 16.7k
- Forks
- 1.6k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 126
Description
The documentation use python 2 syntax to describe bytes as `str`. This is very misleading.
Do you want a PR to replace `'foo'` with `b'foo'` everywhere?
Contributor guide
Research direction
Start by locating the FoundationDB documentation examples that describe Python byte strings; the issue does not name specific files or tests. Review each occurrence of Python 2-style string literals used as bytes and define done as consistently using Python 3 byte literals without changing unrelated examples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100