Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Remove mention to confusing RFC
  • Loading branch information
picnixz authored Jan 14, 2025
commit 5b5793c76e7f3d0a82df52fad56faae2861e6fcf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Document that :const:`string.printable` is neither printable in the sense of
POSIX nor of :rfc:`5822` In particular, :meth:`string.printable.isprintable()
<str.isprintable>` returns :const:`False`. Patch by B茅n茅dikt Tran.
Document that :const:`string.printable` is not printable in the POSIX sense.
In particular, :meth:`string.printable.isprintable() <str.isprintable>` returns
:const:`False`. Patch by B茅n茅dikt Tran.