apple / apple/foundationdb

Documentation: Promote Python 3 syntax for bytes

Open
#329 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.