diff --git a/pep-0427.txt b/pep-0427.txt index e859f1582..623be25c9 100644 --- a/pep-0427.txt +++ b/pep-0427.txt @@ -72,6 +72,8 @@ Installing a wheel 'distribution-1.0.py32.none.any.whl' d. Update ``distribution-1.0.dist.info/RECORD`` with the installed paths. e. Remove empty ``distribution-1.0.data`` directory. + f. Compile any installed .py to .pyc. (Uninstallers should be smart + enough to remove .pyc even if it is not mentioned in RECORD.) File Format -----------