diff --git a/pep-0008.txt b/pep-0008.txt index 97f07f8b8..78ec041fd 100644 --- a/pep-0008.txt +++ b/pep-0008.txt @@ -850,6 +850,14 @@ names. In some fonts, these characters are indistinguishable from the numerals one and zero. When tempted to use 'l', use 'L' instead. +ASCII Compatibility +~~~~~~~~~~~~~~~~~~~ + +Identifiers used in the standard library must be ASCII compatible +as described in the +`policy section `_ +of PEP 3131. + Package and Module Names ~~~~~~~~~~~~~~~~~~~~~~~~