diff --git a/index.html b/index.html index e496b25..9b7b41a 100644 --- a/index.html +++ b/index.html @@ -735,7 +735,7 @@ initialize(FILES,
FILES = ['setup.cfg', 'tox.ini',]
 initialize(FILES, error=True,)
- +

Comments

@@ -872,6 +872,12 @@ Optional plotz says to frobnicate the bizbaz first.

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