This commit is contained in:
2016-02-21 21:52:29 -05:00
parent 5d32ad4e81
commit fcbda9e147
+2 -2
View File
@@ -187,8 +187,8 @@ where they can cause hiccups.
Bytecode (.pyc) Files Everywhere
--------------------------------
Bytecode (.pyc) Files Everywhere!
---------------------------------
By default, when executing Python code from files, the Python interpreter
will automatically write a bytecode version of that file to disk, e.g.